Color Hex Logo

#5afcef Color Hex

#5AFCEF
(90,252,239)
0 Favorites   0 Comments

Color spaces of #5afcef

RGB 90252239
HSL0.490.960.67
HSV175°64°99°
CMYK 0.640.000.05   0.01
XYZ54.606878.026593.8439
Yxy78.02650.24110.3445
Hunter Lab88.3326-44.2342-1.1564
CIE-Lab90.7920-44.6492-6.2079

#5afcef color RGB value is (90,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111100 11101111
Octal 132 374 357
Decimal 90 252 239
Hex 5A FC EF

RGB Percentages of Color #5afcef

%15.49
%43.37
%41.14

CMYK Percentages of Color #5afcef

%64
%0
%5
%1

Triadic Colors of #5afcef

#5afcef #ef5afc #fcef5a

Analogous Colors of #5afcef

#5afcef #5ab8fc #5afc9e

Monochromatic Colors of #5afcef

#5afcef

Complementary Color

#5afcef #fc5a67

#5afcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afcef Color CSS Codes

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

#5afcef Text Font Color

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

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


#5afcef Background Color

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

This div background color is #5afcef


#5afcef Border Color

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

This div border color is #5afcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afcef


Comments

No comments written yet.

Please login to write comment.