Color Hex Logo

#5aefce Color Hex

#5AEFCE
(90,239,206)
0 Favorites   0 Comments

Color spaces of #5aefce

RGB 90239206
HSL0.460.820.65
HSV167°62°94°
CMYK 0.620.000.14   0.06
XYZ46.223568.362969.1516
Yxy68.36290.25160.3721
Hunter Lab82.6819-44.90248.2897
CIE-Lab86.1876-47.26564.2717

#5aefce color RGB value is (90,239,206).

#5aefce hex color red value is 90, green value is 239 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5aefce hue: 0.46 , saturation: 0.82 and the lightness value of 5aefce is 0.65.

The process color (four color CMYK) of #5aefce color hex is 0.62, 0.00, 0.14, 0.06. Web safe color of #5aefce is #66ffcc. Color #5aefce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11001110
Octal 132 357 316
Decimal 90 239 206
Hex 5A EF CE

RGB Percentages of Color #5aefce

%16.82
%44.67
%38.50

CMYK Percentages of Color #5aefce

%62
%0
%14
%6

Triadic Colors of #5aefce

#5aefce #ce5aef #efce5a

Analogous Colors of #5aefce

#5aefce #5ac6ef #5aef84

Monochromatic Colors of #5aefce

#5aefce

Complementary Color

#5aefce #ef5a7b

#5aefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefce Color CSS Codes

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

#5aefce Text Font Color

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

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


#5aefce Background Color

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

This div background color is #5aefce


#5aefce Border Color

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

This div border color is #5aefce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefce


Comments

No comments written yet.

Please login to write comment.