Color Hex Logo

#5ae1cf Color Hex

#5AE1CF
(90,225,207)
0 Favorites   0 Comments

Color spaces of #5ae1cf

RGB 90225207
HSL0.480.690.62
HSV172°60°88°
CMYK 0.600.000.08   0.12
XYZ42.404160.529168.4798
Yxy60.52910.24740.3531
Hunter Lab77.8004-38.86172.2734
CIE-Lab82.1249-40.8968-2.1743

#5ae1cf color RGB value is (90,225,207).

#5ae1cf hex color red value is 90, green value is 225 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5ae1cf hue: 0.48 , saturation: 0.69 and the lightness value of 5ae1cf is 0.62.

The process color (four color CMYK) of #5ae1cf color hex is 0.60, 0.00, 0.08, 0.12. Web safe color of #5ae1cf is #66cccc. Color #5ae1cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11100001 11001111
Octal 132 341 317
Decimal 90 225 207
Hex 5A E1 CF

RGB Percentages of Color #5ae1cf

%17.24
%43.10
%39.66

CMYK Percentages of Color #5ae1cf

%60
%0
%8
%12

Triadic Colors of #5ae1cf

#5ae1cf #cf5ae1 #e1cf5a

Analogous Colors of #5ae1cf

#5ae1cf #5ab0e1 #5ae18c

Monochromatic Colors of #5ae1cf

#5ae1cf

Complementary Color

#5ae1cf #e15a6c

#5ae1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ae1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ae1cf Color CSS Codes

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

#5ae1cf Text Font Color

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

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


#5ae1cf Background Color

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

This div background color is #5ae1cf


#5ae1cf Border Color

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

This div border color is #5ae1cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,225,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ae1cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ae1cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5ae1cf;
  box-shadow:         1px 1px 3px 2px #5ae1cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,225,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ae1cf


Comments

No comments written yet.

Please login to write comment.