Color Hex Logo

#afacea Color Hex

#AFACEA
(175,172,234)
0 Favorites   0 Comments

Color spaces of #afacea

RGB 175172234
HSL0.670.600.80
HSV243°26°92°
CMYK 0.250.260.00   0.08
XYZ47.283044.559583.9507
Yxy44.55950.26900.2535
Hunter Lab66.75299.6191-27.8381
CIE-Lab72.600914.2793-30.6337

#afacea color RGB value is (175,172,234).

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

The process color (four color CMYK) of #afacea color hex is 0.25, 0.26, 0.00, 0.08. Web safe color of #afacea is #9999ff. Color #afacea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11101010
Octal 257 254 352
Decimal 175 172 234
Hex AF AC EA

RGB Percentages of Color #afacea

%30.12
%29.60
%40.28

CMYK Percentages of Color #afacea

%25
%26
%0
%8

Triadic Colors of #afacea

#afacea #eaafac #aceaaf

Analogous Colors of #afacea

#afacea #ceacea #acc8ea

Monochromatic Colors of #afacea

#afacea

Complementary Color

#afacea #e7eaac

#afacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacea Color CSS Codes

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

#afacea Text Font Color

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

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


#afacea Background Color

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

This div background color is #afacea


#afacea Border Color

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

This div border color is #afacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacea


Comments

No comments written yet.

Please login to write comment.