Color Hex Logo

#2db4cb Color Hex

#2DB4CB
(45,180,203)
0 Favorites   0 Comments

Color spaces of #2db4cb

RGB 45180203
HSL0.520.640.49
HSV189°78°80°
CMYK 0.780.110.00   0.20
XYZ28.182937.512262.2551
Yxy37.51220.22030.2932
Hunter Lab61.2472-25.0458-17.3926
CIE-Lab67.6595-27.1860-21.7569

#2db4cb color RGB value is (45,180,203).

#2db4cb hex color red value is 45, green value is 180 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2db4cb hue: 0.52 , saturation: 0.64 and the lightness value of 2db4cb is 0.49.

The process color (four color CMYK) of #2db4cb color hex is 0.78, 0.11, 0.00, 0.20. Web safe color of #2db4cb is #33cccc. Color #2db4cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10110100 11001011
Octal 55 264 313
Decimal 45 180 203
Hex 2D B4 CB

RGB Percentages of Color #2db4cb

%10.51
%42.06
%47.43

CMYK Percentages of Color #2db4cb

%78
%11
%0
%20

Triadic Colors of #2db4cb

#2db4cb #cb2db4 #b4cb2d

Analogous Colors of #2db4cb

#2db4cb #2d65cb #2dcb93

Monochromatic Colors of #2db4cb

#2db4cb

Complementary Color

#2db4cb #cb442d

#2db4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db4cb Color CSS Codes

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

#2db4cb Text Font Color

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

This sample text font color is #2db4cb
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.


#2db4cb Background Color

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

This div background color is #2db4cb


#2db4cb Border Color

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

This div border color is #2db4cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,180,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2db4cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2db4cb;
  -webkit-box-shadow: 1px 1px 3px 2px #2db4cb;
  box-shadow:         1px 1px 3px 2px #2db4cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,180,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db4cb


Comments

No comments written yet.

Please login to write comment.