Color Hex Logo

#39daef Color Hex

#39DAEF
(57,218,239)
0 Favorites   0 Comments

Color spaces of #39daef

RGB 57218239
HSL0.520.850.58
HSV187°76°94°
CMYK 0.760.090.00   0.06
XYZ42.338757.244790.4792
Yxy57.24470.22280.3012
Hunter Lab75.6602-32.5186-17.9405
CIE-Lab80.3170-33.3006-21.9658

#39daef color RGB value is (57,218,239).

#39daef hex color red value is 57, green value is 218 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #39daef hue: 0.52 , saturation: 0.85 and the lightness value of 39daef is 0.58.

The process color (four color CMYK) of #39daef color hex is 0.76, 0.09, 0.00, 0.06. Web safe color of #39daef is #33ccff. Color #39daef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011010 11101111
Octal 71 332 357
Decimal 57 218 239
Hex 39 DA EF

RGB Percentages of Color #39daef

%11.09
%42.41
%46.50

CMYK Percentages of Color #39daef

%76
%9
%0
%6

Triadic Colors of #39daef

#39daef #ef39da #daef39

Analogous Colors of #39daef

#39daef #397fef #39efa9

Monochromatic Colors of #39daef

#39daef

Complementary Color

#39daef #ef4e39

#39daef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39daef Color Preview on White Background

Lorem ipsum dolor sit amet.

#39daef Color CSS Codes

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

#39daef Text Font Color

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

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


#39daef Background Color

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

This div background color is #39daef


#39daef Border Color

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

This div border color is #39daef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39daef


Comments

No comments written yet.

Please login to write comment.