Color Hex Logo

#55afca Color Hex

#55AFCA
(85,175,202)
0 Favorites   0 Comments

Color spaces of #55afca

RGB 85175202
HSL0.540.520.56
HSV194°58°79°
CMYK 0.580.130.00   0.21
XYZ29.737036.855561.4236
Yxy36.85550.23230.2879
Hunter Lab60.7087-18.8055-17.4921
CIE-Lab67.1685-19.0501-21.8612

#55afca color RGB value is (85,175,202).

#55afca hex color red value is 85, green value is 175 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #55afca hue: 0.54 , saturation: 0.52 and the lightness value of 55afca is 0.56.

The process color (four color CMYK) of #55afca color hex is 0.58, 0.13, 0.00, 0.21. Web safe color of #55afca is #6699cc. Color #55afca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10101111 11001010
Octal 125 257 312
Decimal 85 175 202
Hex 55 AF CA

RGB Percentages of Color #55afca

%18.40
%37.88
%43.72

CMYK Percentages of Color #55afca

%58
%13
%0
%21

Triadic Colors of #55afca

#55afca #ca55af #afca55

Analogous Colors of #55afca

#55afca #5575ca #55caab

Monochromatic Colors of #55afca

#55afca

Complementary Color

#55afca #ca7055

#55afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#55afca Color CSS Codes

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

#55afca Text Font Color

<p style="color:#55afca">Text here</p>

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


#55afca Background Color

<div style="background-color:#55afca">
Div content here</div>

This div background color is #55afca


#55afca Border Color

<div style="border:3px solid #55afca">
Div here</div>

This div border color is #55afca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,175,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55afca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55afca;
  -webkit-box-shadow: 1px 1px 3px 2px #55afca;
  box-shadow:         1px 1px 3px 2px #55afca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,175,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55afca


Comments

No comments written yet.

Please login to write comment.