Color Hex Logo

#39eddd Color Hex

#39EDDD
(57,237,221)
0 Favorites   0 Comments

Color spaces of #39eddd

RGB 57237221
HSL0.490.830.58
HSV175°76°93°
CMYK 0.760.000.07   0.07
XYZ45.022766.658778.9001
Yxy66.65870.23620.3498
Hunter Lab81.6448-44.4452-0.1455
CIE-Lab85.3313-47.0094-4.9306

#39eddd color RGB value is (57,237,221).

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

The process color (four color CMYK) of #39eddd color hex is 0.76, 0.00, 0.07, 0.07. Web safe color of #39eddd is #33ffcc. Color #39eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 11101101 11011101
Octal 71 355 335
Decimal 57 237 221
Hex 39 ED DD

RGB Percentages of Color #39eddd

%11.07
%46.02
%42.91

CMYK Percentages of Color #39eddd

%76
%0
%7
%7

Triadic Colors of #39eddd

#39eddd #dd39ed #eddd39

Analogous Colors of #39eddd

#39eddd #39a3ed #39ed83

Monochromatic Colors of #39eddd

#39eddd

Complementary Color

#39eddd #ed3949

#39eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39eddd Color CSS Codes

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

#39eddd Text Font Color

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

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


#39eddd Background Color

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

This div background color is #39eddd


#39eddd Border Color

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

This div border color is #39eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39eddd


Comments

No comments written yet.

Please login to write comment.