Color Hex Logo

#39edae Color Hex

#39EDAE
(57,237,174)
0 Favorites   0 Comments

Color spaces of #39edae

RGB 57237174
HSL0.440.830.58
HSV159°76°93°
CMYK 0.760.000.27   0.07
XYZ39.611564.494250.4053
Yxy64.49420.25640.4174
Hunter Lab80.3083-52.495619.0026
CIE-Lab84.2224-58.515818.0812

#39edae color RGB value is (57,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11101101 10101110
Octal 71 355 256
Decimal 57 237 174
Hex 39 ED AE

RGB Percentages of Color #39edae

%12.18
%50.64
%37.18

CMYK Percentages of Color #39edae

%76
%0
%27
%7

Triadic Colors of #39edae

#39edae #ae39ed #edae39

Analogous Colors of #39edae

#39edae #39d2ed #39ed54

Monochromatic Colors of #39edae

#39edae

Complementary Color

#39edae #ed3978

#39edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#39edae Color CSS Codes

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

#39edae Text Font Color

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

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


#39edae Background Color

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

This div background color is #39edae


#39edae Border Color

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

This div border color is #39edae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39edae


Comments

No comments written yet.

Please login to write comment.