Color Hex Logo

#5aefbf Color Hex

#5AEFBF
(90,239,191)
0 Favorites   0 Comments

Color spaces of #5aefbf

RGB 90239191
HSL0.450.820.65
HSV161°62°94°
CMYK 0.620.000.20   0.06
XYZ44.486967.668360.0068
Yxy67.66830.25840.3931
Hunter Lab82.2607-47.422914.3322
CIE-Lab85.8403-50.755811.6121

#5aefbf color RGB value is (90,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 10111111
Octal 132 357 277
Decimal 90 239 191
Hex 5A EF BF

RGB Percentages of Color #5aefbf

%17.31
%45.96
%36.73

CMYK Percentages of Color #5aefbf

%62
%0
%20
%6

Triadic Colors of #5aefbf

#5aefbf #bf5aef #efbf5a

Analogous Colors of #5aefbf

#5aefbf #5ad5ef #5aef75

Monochromatic Colors of #5aefbf

#5aefbf

Complementary Color

#5aefbf #ef5a8a

#5aefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefbf Color CSS Codes

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

#5aefbf Text Font Color

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

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


#5aefbf Background Color

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

This div background color is #5aefbf


#5aefbf Border Color

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

This div border color is #5aefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefbf


Comments

No comments written yet.

Please login to write comment.