Color Hex Logo

#39ddef Color Hex

#39DDEF
(57,221,239)
0 Favorites   0 Comments

Color spaces of #39ddef

RGB 57221239
HSL0.520.850.58
HSV186°76°94°
CMYK 0.760.080.00   0.06
XYZ43.123858.814890.7409
Yxy58.81480.22380.3052
Hunter Lab76.6908-33.8371-16.4686
CIE-Lab81.1897-34.7162-20.6423

#39ddef color RGB value is (57,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011101 11101111
Octal 71 335 357
Decimal 57 221 239
Hex 39 DD EF

RGB Percentages of Color #39ddef

%11.03
%42.75
%46.23

CMYK Percentages of Color #39ddef

%76
%8
%0
%6

Triadic Colors of #39ddef

#39ddef #ef39dd #ddef39

Analogous Colors of #39ddef

#39ddef #3982ef #39efa6

Monochromatic Colors of #39ddef

#39ddef

Complementary Color

#39ddef #ef4b39

#39ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#39ddef Color CSS Codes

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

#39ddef Text Font Color

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

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


#39ddef Background Color

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

This div background color is #39ddef


#39ddef Border Color

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

This div border color is #39ddef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,221,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 #39ddef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39ddef


Comments

No comments written yet.

Please login to write comment.