Color Hex Logo

#c4affb Color Hex

#C4AFFB
(196,175,251)
0 Favorites   0 Comments

Color spaces of #c4affb

RGB 196175251
HSL0.710.900.84
HSV257°30°98°
CMYK 0.220.300.00   0.02
XYZ55.507549.360797.8688
Yxy49.36070.27380.2435
Hunter Lab70.257218.0760-33.4114
CIE-Lab75.675222.7824-34.9545

#c4affb color RGB value is (196,175,251).

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

The process color (four color CMYK) of #c4affb color hex is 0.22, 0.30, 0.00, 0.02. Web safe color of #c4affb is #cc99ff. Color #c4affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101111 11111011
Octal 304 257 373
Decimal 196 175 251
Hex C4 AF FB

RGB Percentages of Color #c4affb

%31.51
%28.14
%40.35

CMYK Percentages of Color #c4affb

%22
%30
%0
%2

Triadic Colors of #c4affb

#c4affb #fbc4af #affbc4

Analogous Colors of #c4affb

#c4affb #eaaffb #afc0fb

Monochromatic Colors of #c4affb

#c4affb

Complementary Color

#c4affb #e6fbaf

#c4affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4affb Color CSS Codes

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

#c4affb Text Font Color

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

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


#c4affb Background Color

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

This div background color is #c4affb


#c4affb Border Color

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

This div border color is #c4affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4affb


Comments

No comments written yet.

Please login to write comment.