Color Hex Logo

#5aeeec Color Hex

#5AEEEC
(90,238,236)
0 Favorites   0 Comments

Color spaces of #5aeeec

RGB 90238236
HSL0.500.810.64
HSV179°62°93°
CMYK 0.620.000.01   0.07
XYZ49.931369.378990.1167
Yxy69.37890.23840.3313
Hunter Lab83.2940-38.7611-5.8407
CIE-Lab86.6913-39.1927-10.7241

#5aeeec color RGB value is (90,238,236).

#5aeeec hex color red value is 90, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5aeeec hue: 0.50 , saturation: 0.81 and the lightness value of 5aeeec is 0.64.

The process color (four color CMYK) of #5aeeec color hex is 0.62, 0.00, 0.01, 0.07. Web safe color of #5aeeec is #66ffff. Color #5aeeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101110 11101100
Octal 132 356 354
Decimal 90 238 236
Hex 5A EE EC

RGB Percentages of Color #5aeeec

%15.96
%42.20
%41.84

CMYK Percentages of Color #5aeeec

%62
%0
%1
%7

Triadic Colors of #5aeeec

#5aeeec #ec5aee #eeec5a

Analogous Colors of #5aeeec

#5aeeec #5aa6ee #5aeea2

Monochromatic Colors of #5aeeec

#5aeeec

Complementary Color

#5aeeec #ee5a5c

#5aeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeeec Color CSS Codes

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

#5aeeec Text Font Color

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

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


#5aeeec Background Color

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

This div background color is #5aeeec


#5aeeec Border Color

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

This div border color is #5aeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeeec


Comments

No comments written yet.

Please login to write comment.