Color Hex Logo

#39ccdb Color Hex

#39CCDB
(57,204,219)
0 Favorites   0 Comments

Color spaces of #39ccdb

RGB 57204219
HSL0.520.690.54
HSV186°74°86°
CMYK 0.740.070.00   0.14
XYZ36.066449.170174.6077
Yxy49.17010.22560.3076
Hunter Lab70.1214-30.9023-13.9983
CIE-Lab75.5570-32.6566-18.4643

#39ccdb color RGB value is (57,204,219).

#39ccdb hex color red value is 57, green value is 204 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #39ccdb hue: 0.52 , saturation: 0.69 and the lightness value of 39ccdb is 0.54.

The process color (four color CMYK) of #39ccdb color hex is 0.74, 0.07, 0.00, 0.14. Web safe color of #39ccdb is #33cccc. Color #39ccdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 11001100 11011011
Octal 71 314 333
Decimal 57 204 219
Hex 39 CC DB

RGB Percentages of Color #39ccdb

%11.88
%42.50
%45.63

CMYK Percentages of Color #39ccdb

%74
%7
%0
%14

Triadic Colors of #39ccdb

#39ccdb #db39cc #ccdb39

Analogous Colors of #39ccdb

#39ccdb #397bdb #39db99

Monochromatic Colors of #39ccdb

#39ccdb

Complementary Color

#39ccdb #db4839

#39ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#39ccdb Color CSS Codes

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

#39ccdb Text Font Color

<p style="color:#39ccdb">Text here</p>

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


#39ccdb Background Color

<div style="background-color:#39ccdb">
Div content here</div>

This div background color is #39ccdb


#39ccdb Border Color

<div style="border:3px solid #39ccdb">
Div here</div>

This div border color is #39ccdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,204,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39ccdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39ccdb;
  -webkit-box-shadow: 1px 1px 3px 2px #39ccdb;
  box-shadow:         1px 1px 3px 2px #39ccdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,204,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39ccdb


Comments

No comments written yet.

Please login to write comment.