Color Hex Logo

#5aecee Color Hex

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

Color spaces of #5aecee

RGB 90236238
HSL0.500.810.64
HSV181°62°93°
CMYK 0.620.010.00   0.07
XYZ49.644568.337691.4629
Yxy68.33760.23700.3263
Hunter Lab82.6666-37.4703-7.7323
CIE-Lab86.1750-37.7410-12.5448

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

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

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

Base Numbers

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

RGB Percentages of Color #5aecee

%15.96
%41.84
%42.20

CMYK Percentages of Color #5aecee

%62
%1
%0
%7

Triadic Colors of #5aecee

#5aecee #ee5aec #ecee5a

Analogous Colors of #5aecee

#5aecee #5aa2ee #5aeea6

Monochromatic Colors of #5aecee

#5aecee

Complementary Color

#5aecee #ee5c5a

#5aecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aecee Color CSS Codes

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

#5aecee Text Font Color

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

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


#5aecee Background Color

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

This div background color is #5aecee


#5aecee Border Color

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

This div border color is #5aecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aecee


Comments

No comments written yet.

Please login to write comment.