Color Hex Logo

#5abfae Color Hex

#5ABFAE
(90,191,174)
0 Favorites   0 Comments

Color spaces of #5abfae

RGB 90191174
HSL0.470.440.55
HSV170°53°75°
CMYK 0.530.000.09   0.25
XYZ30.487242.491346.6392
Yxy42.49130.25490.3552
Hunter Lab65.1854-30.58993.2086
CIE-Lab71.2083-33.6326-0.4034

#5abfae color RGB value is (90,191,174).

#5abfae hex color red value is 90, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5abfae hue: 0.47 , saturation: 0.44 and the lightness value of 5abfae is 0.55.

The process color (four color CMYK) of #5abfae color hex is 0.53, 0.00, 0.09, 0.25. Web safe color of #5abfae is #66cc99. Color #5abfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 10101110
Octal 132 277 256
Decimal 90 191 174
Hex 5A BF AE

RGB Percentages of Color #5abfae

%19.78
%41.98
%38.24

CMYK Percentages of Color #5abfae

%53
%0
%9
%25

Triadic Colors of #5abfae

#5abfae #ae5abf #bfae5a

Analogous Colors of #5abfae

#5abfae #5a9ebf #5abf7c

Monochromatic Colors of #5abfae

#5abfae

Complementary Color

#5abfae #bf5a6b

#5abfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfae Color CSS Codes

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

#5abfae Text Font Color

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

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


#5abfae Background Color

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

This div background color is #5abfae


#5abfae Border Color

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

This div border color is #5abfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfae


Comments

No comments written yet.

Please login to write comment.