Color Hex Logo

#2c6dbd Color Hex

#2C6DBD
(44,109,189)
0 Favorites   0 Comments

Color spaces of #2c6dbd

RGB 44109189
HSL0.590.620.46
HSV213°77°74°
CMYK 0.770.420.00   0.26
XYZ15.692715.146950.2407
Yxy15.14690.19350.1868
Hunter Lab38.91903.8654-49.2944
CIE-Lab45.83477.7692-47.9358

#2c6dbd color RGB value is (44,109,189).

#2c6dbd hex color red value is 44, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #2c6dbd hue: 0.59 , saturation: 0.62 and the lightness value of 2c6dbd is 0.46.

The process color (four color CMYK) of #2c6dbd color hex is 0.77, 0.42, 0.00, 0.26. Web safe color of #2c6dbd is #3366cc. Color #2c6dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 01101101 10111101
Octal 54 155 275
Decimal 44 109 189
Hex 2C 6D BD

RGB Percentages of Color #2c6dbd

%12.87
%31.87
%55.26

CMYK Percentages of Color #2c6dbd

%77
%42
%0
%26

Triadic Colors of #2c6dbd

#2c6dbd #bd2c6d #6dbd2c

Analogous Colors of #2c6dbd

#2c6dbd #342cbd #2cb6bd

Monochromatic Colors of #2c6dbd

#2c6dbd

Complementary Color

#2c6dbd #bd7c2c

#2c6dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2c6dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2c6dbd Color CSS Codes

.mybgcolor {background-color:#2c6dbd; } 
.myforecolor {color:#2c6dbd; }
.mybordercolor {border:3px solid #2c6dbd; }

#2c6dbd Text Font Color

<p style="color:#2c6dbd">Text here</p>

This sample text font color is #2c6dbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2c6dbd Background Color

<div style="background-color:#2c6dbd">
Div content here</div>

This div background color is #2c6dbd


#2c6dbd Border Color

<div style="border:3px solid #2c6dbd">
Div here</div>

This div border color is #2c6dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(44,109,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2c6dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2c6dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #2c6dbd;
  box-shadow:         1px 1px 3px 2px #2c6dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,109,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2c6dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2c6dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #2c6dbd;
  box-shadow:         1px 1px 3px 2px #2c6dbd;">
Div content here</div>

This div box has shadow with color #2c6dbd


Comments

No comments written yet.

Please login to write comment.