Color Hex Logo

#5aefba Color Hex

#5AEFBA
(90,239,186)
0 Favorites   0 Comments

Color spaces of #5aefba

RGB 90239186
HSL0.440.820.65
HSV159°62°94°
CMYK 0.620.000.22   0.06
XYZ43.945967.451857.1577
Yxy67.45180.26070.4002
Hunter Lab82.1290-48.213416.2275
CIE-Lab85.7316-51.867314.0620

#5aefba color RGB value is (90,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 10111010
Octal 132 357 272
Decimal 90 239 186
Hex 5A EF BA

RGB Percentages of Color #5aefba

%17.48
%46.41
%36.12

CMYK Percentages of Color #5aefba

%62
%0
%22
%6

Triadic Colors of #5aefba

#5aefba #ba5aef #efba5a

Analogous Colors of #5aefba

#5aefba #5adaef #5aef70

Monochromatic Colors of #5aefba

#5aefba

Complementary Color

#5aefba #ef5a8f

#5aefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefba Color CSS Codes

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

#5aefba Text Font Color

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

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


#5aefba Background Color

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

This div background color is #5aefba


#5aefba Border Color

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

This div border color is #5aefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefba


Comments

No comments written yet.

Please login to write comment.