Color Hex Logo

#5afcce Color Hex

#5AFCCE
(90,252,206)
0 Favorites   0 Comments

Color spaces of #5afcce

RGB 90252206
HSL0.450.960.67
HSV163°64°99°
CMYK 0.640.000.18   0.01
XYZ50.167476.250770.4663
Yxy76.25070.25480.3873
Hunter Lab87.3216-50.262413.2797
CIE-Lab89.9756-52.71429.7201

#5afcce color RGB value is (90,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111100 11001110
Octal 132 374 316
Decimal 90 252 206
Hex 5A FC CE

RGB Percentages of Color #5afcce

%16.42
%45.99
%37.59

CMYK Percentages of Color #5afcce

%64
%0
%18
%1

Triadic Colors of #5afcce

#5afcce #ce5afc #fcce5a

Analogous Colors of #5afcce

#5afcce #5ad9fc #5afc7d

Monochromatic Colors of #5afcce

#5afcce

Complementary Color

#5afcce #fc5a88

#5afcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afcce Color CSS Codes

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

#5afcce Text Font Color

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

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


#5afcce Background Color

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

This div background color is #5afcce


#5afcce Border Color

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

This div border color is #5afcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afcce

Related Colors


Comments

No comments written yet.

Please login to write comment.