Color Hex Logo

#c4affc Color Hex

#C4AFFC
(196,175,252)
0 Favorites   0 Comments

Color spaces of #c4affc

RGB 196175252
HSL0.710.930.84
HSV256°31°99°
CMYK 0.220.310.00   0.01
XYZ55.665649.424098.7013
Yxy49.42400.27320.2425
Hunter Lab70.302218.3082-34.0291
CIE-Lab75.714323.0100-35.4327

#c4affc color RGB value is (196,175,252).

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

The process color (four color CMYK) of #c4affc color hex is 0.22, 0.31, 0.00, 0.01. Web safe color of #c4affc is #cc99ff. Color #c4affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101111 11111100
Octal 304 257 374
Decimal 196 175 252
Hex C4 AF FC

RGB Percentages of Color #c4affc

%31.46
%28.09
%40.45

CMYK Percentages of Color #c4affc

%22
%31
%0
%1

Triadic Colors of #c4affc

#c4affc #fcc4af #affcc4

Analogous Colors of #c4affc

#c4affc #ebaffc #afc1fc

Monochromatic Colors of #c4affc

#c4affc

Complementary Color

#c4affc #e7fcaf

#c4affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4affc Color CSS Codes

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

#c4affc Text Font Color

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

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


#c4affc Background Color

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

This div background color is #c4affc


#c4affc Border Color

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

This div border color is #c4affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4affc


Comments

No comments written yet.

Please login to write comment.