Color Hex Logo

#5aebba Color Hex

#5AEBBA
(90,235,186)
0 Favorites   0 Comments

Color spaces of #5aebba

RGB 90235186
HSL0.440.780.64
HSV160°62°92°
CMYK 0.620.000.21   0.08
XYZ42.787765.135556.7716
Yxy65.13550.25980.3955
Hunter Lab80.7066-46.602314.7881
CIE-Lab84.5535-50.216212.3949

#5aebba color RGB value is (90,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101011 10111010
Octal 132 353 272
Decimal 90 235 186
Hex 5A EB BA

RGB Percentages of Color #5aebba

%17.61
%45.99
%36.40

CMYK Percentages of Color #5aebba

%62
%0
%21
%8

Triadic Colors of #5aebba

#5aebba #ba5aeb #ebba5a

Analogous Colors of #5aebba

#5aebba #5ad4eb #5aeb72

Monochromatic Colors of #5aebba

#5aebba

Complementary Color

#5aebba #eb5a8b

#5aebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aebba Color CSS Codes

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

#5aebba Text Font Color

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

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


#5aebba Background Color

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

This div background color is #5aebba


#5aebba Border Color

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

This div border color is #5aebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aebba


Comments

No comments written yet.

Please login to write comment.