Color Hex Logo

#5afcac Color Hex

#5AFCAC
(90,252,172)
0 Favorites   0 Comments

Color spaces of #5afcac

RGB 90252172
HSL0.420.960.67
HSV150°64°99°
CMYK 0.640.000.32   0.01
XYZ46.473274.773051.0130
Yxy74.77300.26980.4341
Hunter Lab86.4714-55.391825.5524
CIE-Lab89.2866-59.916526.1932

#5afcac color RGB value is (90,252,172).

#5afcac hex color red value is 90, green value is 252 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5afcac hue: 0.42 , saturation: 0.96 and the lightness value of 5afcac is 0.67.

The process color (four color CMYK) of #5afcac color hex is 0.64, 0.00, 0.32, 0.01. Web safe color of #5afcac is #66ff99. Color #5afcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111100 10101100
Octal 132 374 254
Decimal 90 252 172
Hex 5A FC AC

RGB Percentages of Color #5afcac

%17.51
%49.03
%33.46

CMYK Percentages of Color #5afcac

%64
%0
%32
%1

Triadic Colors of #5afcac

#5afcac #ac5afc #fcac5a

Analogous Colors of #5afcac

#5afcac #5afbfc #5afc5b

Monochromatic Colors of #5afcac

#5afcac

Complementary Color

#5afcac #fc5aaa

#5afcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afcac Color CSS Codes

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

#5afcac Text Font Color

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

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


#5afcac Background Color

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

This div background color is #5afcac


#5afcac Border Color

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

This div border color is #5afcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afcac


Comments

No comments written yet.

Please login to write comment.