Color Hex Logo

#5afacd Color Hex

#5AFACD
(90,250,205)
0 Favorites   0 Comments

Color spaces of #5afacd

RGB 90250205
HSL0.450.940.67
HSV163°64°98°
CMYK 0.640.000.18   0.02
XYZ49.421574.952769.6201
Yxy74.95270.25480.3864
Hunter Lab86.5752-49.609912.9242
CIE-Lab89.3708-52.12009.3727

#5afacd color RGB value is (90,250,205).

#5afacd hex color red value is 90, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5afacd hue: 0.45 , saturation: 0.94 and the lightness value of 5afacd is 0.67.

The process color (four color CMYK) of #5afacd color hex is 0.64, 0.00, 0.18, 0.02. Web safe color of #5afacd is #66ffcc. Color #5afacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111010 11001101
Octal 132 372 315
Decimal 90 250 205
Hex 5A FA CD

RGB Percentages of Color #5afacd

%16.51
%45.87
%37.61

CMYK Percentages of Color #5afacd

%64
%0
%18
%2

Triadic Colors of #5afacd

#5afacd #cd5afa #facd5a

Analogous Colors of #5afacd

#5afacd #5ad7fa #5afa7d

Monochromatic Colors of #5afacd

#5afacd

Complementary Color

#5afacd #fa5a87

#5afacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afacd Color CSS Codes

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

#5afacd Text Font Color

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

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


#5afacd Background Color

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

This div background color is #5afacd


#5afacd Border Color

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

This div border color is #5afacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afacd


Comments

No comments written yet.

Please login to write comment.