Color Hex Logo

#5afced Color Hex

#5AFCED
(90,252,237)
0 Favorites   0 Comments

Color spaces of #5afced

RGB 90252237
HSL0.480.960.67
HSV174°64°99°
CMYK 0.640.000.06   0.01
XYZ54.312977.908992.2961
Yxy77.90890.24190.3470
Hunter Lab88.2660-44.6288-0.2109
CIE-Lab90.7383-45.1648-5.2483

#5afced color RGB value is (90,252,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111100 11101101
Octal 132 374 355
Decimal 90 252 237
Hex 5A FC ED

RGB Percentages of Color #5afced

%15.54
%43.52
%40.93

CMYK Percentages of Color #5afced

%64
%0
%6
%1

Triadic Colors of #5afced

#5afced #ed5afc #fced5a

Analogous Colors of #5afced

#5afced #5abafc #5afc9c

Monochromatic Colors of #5afced

#5afced

Complementary Color

#5afced #fc5a69

#5afced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afced Color CSS Codes

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

#5afced Text Font Color

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

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


#5afced Background Color

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

This div background color is #5afced


#5afced Border Color

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

This div border color is #5afced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afced


Comments

No comments written yet.

Please login to write comment.