Color Hex Logo

#c4bfca Color Hex

#C4BFCA
(196,191,202)
0 Favorites   0 Comments

Color spaces of #c4bfca

RGB 196191202
HSL0.740.090.77
HSV267°79°
CMYK 0.030.050.00   0.21
XYZ52.056453.261663.4140
Yxy53.26160.30850.3157
Hunter Lab72.9805-0.3934-0.4317
CIE-Lab78.02923.7883-4.9019

#c4bfca color RGB value is (196,191,202).

#c4bfca hex color red value is 196, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c4bfca hue: 0.74 , saturation: 0.09 and the lightness value of c4bfca is 0.77.

The process color (four color CMYK) of #c4bfca color hex is 0.03, 0.05, 0.00, 0.21. Web safe color of #c4bfca is #cccccc. Color #c4bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111111 11001010
Octal 304 277 312
Decimal 196 191 202
Hex C4 BF CA

RGB Percentages of Color #c4bfca

%33.28
%32.43
%34.30

CMYK Percentages of Color #c4bfca

%3
%5
%0
%21

Triadic Colors of #c4bfca

#c4bfca #cac4bf #bfcac4

Analogous Colors of #c4bfca

#c4bfca #cabfca #bfc0ca

Monochromatic Colors of #c4bfca

#c4bfca

Complementary Color

#c4bfca #c5cabf

#c4bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bfca Color CSS Codes

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

#c4bfca Text Font Color

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

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


#c4bfca Background Color

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

This div background color is #c4bfca


#c4bfca Border Color

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

This div border color is #c4bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bfca


Comments

No comments written yet.

Please login to write comment.