Color Hex Logo

#5edcae Color Hex

#5EDCAE
(94,220,174)
0 Favorites   0 Comments

Color spaces of #5edcae

RGB 94220174
HSL0.440.640.62
HSV158°57°86°
CMYK 0.570.000.21   0.14
XYZ37.849356.622148.9787
Yxy56.62210.26380.3947
Hunter Lab75.2477-41.898514.0815
CIE-Lab79.9666-45.794212.2172

#5edcae color RGB value is (94,220,174).

#5edcae hex color red value is 94, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5edcae hue: 0.44 , saturation: 0.64 and the lightness value of 5edcae is 0.62.

The process color (four color CMYK) of #5edcae color hex is 0.57, 0.00, 0.21, 0.14. Web safe color of #5edcae is #66cc99. Color #5edcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011100 10101110
Octal 136 334 256
Decimal 94 220 174
Hex 5E DC AE

RGB Percentages of Color #5edcae

%19.26
%45.08
%35.66

CMYK Percentages of Color #5edcae

%57
%0
%21
%14

Triadic Colors of #5edcae

#5edcae #ae5edc #dcae5e

Analogous Colors of #5edcae

#5edcae #5ecbdc #5edc6f

Monochromatic Colors of #5edcae

#5edcae

Complementary Color

#5edcae #dc5e8c

#5edcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edcae Color CSS Codes

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

#5edcae Text Font Color

<p style="color:#5edcae">Text here</p>

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


#5edcae Background Color

<div style="background-color:#5edcae">
Div content here</div>

This div background color is #5edcae


#5edcae Border Color

<div style="border:3px solid #5edcae">
Div here</div>

This div border color is #5edcae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,220,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5edcae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5edcae;
  -webkit-box-shadow: 1px 1px 3px 2px #5edcae;
  box-shadow:         1px 1px 3px 2px #5edcae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,220,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 #5edcae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edcae


Comments

No comments written yet.

Please login to write comment.