Color Hex Logo

#5aebbf Color Hex

#5AEBBF
(90,235,191)
0 Favorites   0 Comments

Color spaces of #5aebbf

RGB 90235191
HSL0.450.780.64
HSV162°62°92°
CMYK 0.620.000.19   0.08
XYZ43.328765.351959.6207
Yxy65.35190.25740.3883
Hunter Lab80.8405-45.798912.8614
CIE-Lab84.6647-49.08739.9377

#5aebbf color RGB value is (90,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101011 10111111
Octal 132 353 277
Decimal 90 235 191
Hex 5A EB BF

RGB Percentages of Color #5aebbf

%17.44
%45.54
%37.02

CMYK Percentages of Color #5aebbf

%62
%0
%19
%8

Triadic Colors of #5aebbf

#5aebbf #bf5aeb #ebbf5a

Analogous Colors of #5aebbf

#5aebbf #5acfeb #5aeb77

Monochromatic Colors of #5aebbf

#5aebbf

Complementary Color

#5aebbf #eb5a86

#5aebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aebbf Color CSS Codes

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

#5aebbf Text Font Color

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

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


#5aebbf Background Color

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

This div background color is #5aebbf


#5aebbf Border Color

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

This div border color is #5aebbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,235,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 #5aebbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aebbf


Comments

No comments written yet.

Please login to write comment.