Color Hex Logo

#afccea Color Hex

#AFCCEA
(175,204,234)
0 Favorites   0 Comments

Color spaces of #afccea

RGB 175204234
HSL0.580.580.80
HSV211°25°92°
CMYK 0.250.130.00   0.08
XYZ54.123358.240286.2308
Yxy58.24020.27250.2933
Hunter Lab76.3153-6.9583-13.5728
CIE-Lab80.8722-3.1216-18.0184

#afccea color RGB value is (175,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11101010
Octal 257 314 352
Decimal 175 204 234
Hex AF CC EA

RGB Percentages of Color #afccea

%28.55
%33.28
%38.17

CMYK Percentages of Color #afccea

%25
%13
%0
%8

Triadic Colors of #afccea

#afccea #eaafcc #cceaaf

Analogous Colors of #afccea

#afccea #b0afea #afeaea

Monochromatic Colors of #afccea

#afccea

Complementary Color

#afccea #eacdaf

#afccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccea Color CSS Codes

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

#afccea Text Font Color

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

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


#afccea Background Color

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

This div background color is #afccea


#afccea Border Color

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

This div border color is #afccea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,204,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 #afccea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccea


Comments

No comments written yet.

Please login to write comment.