Color Hex Logo

#afaefc Color Hex

#AFAEFC
(175,174,252)
0 Favorites   0 Comments

Color spaces of #afaefc

RGB 175174252
HSL0.670.930.84
HSV241°31°99°
CMYK 0.310.310.00   0.01
XYZ50.385946.414398.3987
Yxy46.41430.25810.2378
Hunter Lab68.128012.7903-37.9441
CIE-Lab73.813617.5356-38.5119

#afaefc color RGB value is (175,174,252).

#afaefc hex color red value is 175, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #afaefc hue: 0.67 , saturation: 0.93 and the lightness value of afaefc is 0.84.

The process color (four color CMYK) of #afaefc color hex is 0.31, 0.31, 0.00, 0.01. Web safe color of #afaefc is #9999ff. Color #afaefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11111100
Octal 257 256 374
Decimal 175 174 252
Hex AF AE FC

RGB Percentages of Color #afaefc

%29.12
%28.95
%41.93

CMYK Percentages of Color #afaefc

%31
%31
%0
%1

Triadic Colors of #afaefc

#afaefc #fcafae #aefcaf

Analogous Colors of #afaefc

#afaefc #d6aefc #aed4fc

Monochromatic Colors of #afaefc

#afaefc

Complementary Color

#afaefc #fbfcae

#afaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaefc Color CSS Codes

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

#afaefc Text Font Color

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

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


#afaefc Background Color

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

This div background color is #afaefc


#afaefc Border Color

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

This div border color is #afaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaefc


Comments

No comments written yet.

Please login to write comment.