Color Hex Logo

#afaceb Color Hex

#AFACEB
(175,172,235)
0 Favorites   0 Comments

Color spaces of #afaceb

RGB 175172235
HSL0.670.610.80
HSV243°27°92°
CMYK 0.260.270.00   0.08
XYZ47.427144.617284.7096
Yxy44.61720.26830.2524
Hunter Lab66.79619.8468-28.4332
CIE-Lab72.639114.5166-31.1187

#afaceb color RGB value is (175,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11101011
Octal 257 254 353
Decimal 175 172 235
Hex AF AC EB

RGB Percentages of Color #afaceb

%30.07
%29.55
%40.38

CMYK Percentages of Color #afaceb

%26
%27
%0
%8

Triadic Colors of #afaceb

#afaceb #ebafac #acebaf

Analogous Colors of #afaceb

#afaceb #cfaceb #acc9eb

Monochromatic Colors of #afaceb

#afaceb

Complementary Color

#afaceb #e8ebac

#afaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaceb Color CSS Codes

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

#afaceb Text Font Color

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

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


#afaceb Background Color

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

This div background color is #afaceb


#afaceb Border Color

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

This div border color is #afaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaceb


Comments

No comments written yet.

Please login to write comment.