Color Hex Logo

#afcaea Color Hex

#AFCAEA
(175,202,234)
0 Favorites   0 Comments

Color spaces of #afcaea

RGB 175202234
HSL0.590.580.80
HSV213°25°92°
CMYK 0.250.140.00   0.08
XYZ53.651057.295586.0733
Yxy57.29550.27230.2908
Hunter Lab75.6938-5.9451-14.4345
CIE-Lab80.3455-2.0607-18.8137

#afcaea color RGB value is (175,202,234).

#afcaea hex color red value is 175, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #afcaea hue: 0.59 , saturation: 0.58 and the lightness value of afcaea is 0.80.

The process color (four color CMYK) of #afcaea color hex is 0.25, 0.14, 0.00, 0.08. Web safe color of #afcaea is #99ccff. Color #afcaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 11101010
Octal 257 312 352
Decimal 175 202 234
Hex AF CA EA

RGB Percentages of Color #afcaea

%28.64
%33.06
%38.30

CMYK Percentages of Color #afcaea

%25
%14
%0
%8

Triadic Colors of #afcaea

#afcaea #eaafca #caeaaf

Analogous Colors of #afcaea

#afcaea #b2afea #afe8ea

Monochromatic Colors of #afcaea

#afcaea

Complementary Color

#afcaea #eacfaf

#afcaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcaea Color CSS Codes

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

#afcaea Text Font Color

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

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


#afcaea Background Color

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

This div background color is #afcaea


#afcaea Border Color

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

This div border color is #afcaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcaea


Comments

No comments written yet.

Please login to write comment.