Color Hex Logo

#36edae Color Hex

#36EDAE
(54,237,174)
0 Favorites   0 Comments

Color spaces of #36edae

RGB 54237174
HSL0.440.840.57
HSV159°77°93°
CMYK 0.770.000.27   0.07
XYZ39.445564.408650.3975
Yxy64.40860.25570.4176
Hunter Lab80.2550-52.713018.9463
CIE-Lab84.1781-58.847018.0127

#36edae color RGB value is (54,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 11101101 10101110
Octal 66 355 256
Decimal 54 237 174
Hex 36 ED AE

RGB Percentages of Color #36edae

%11.61
%50.97
%37.42

CMYK Percentages of Color #36edae

%77
%0
%27
%7

Triadic Colors of #36edae

#36edae #ae36ed #edae36

Analogous Colors of #36edae

#36edae #36d1ed #36ed52

Monochromatic Colors of #36edae

#36edae

Complementary Color

#36edae #ed3675

#36edae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36edae Color Preview on White Background

Lorem ipsum dolor sit amet.

#36edae Color CSS Codes

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

#36edae Text Font Color

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

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


#36edae Background Color

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

This div background color is #36edae


#36edae Border Color

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

This div border color is #36edae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,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 #36edae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36edae


Comments

No comments written yet.

Please login to write comment.