Color Hex Logo

#c4bccf Color Hex

#C4BCCF
(196,188,207)
0 Favorites   0 Comments

Color spaces of #c4bccf

RGB 196188207
HSL0.740.170.77
HSV265°81°
CMYK 0.050.090.00   0.19
XYZ52.010752.207266.3672
Yxy52.20720.30490.3060
Hunter Lab72.25462.0435-3.8808
CIE-Lab77.40466.3609-8.5324

#c4bccf color RGB value is (196,188,207).

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

The process color (four color CMYK) of #c4bccf color hex is 0.05, 0.09, 0.00, 0.19. Web safe color of #c4bccf is #cccccc. Color #c4bccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111100 11001111
Octal 304 274 317
Decimal 196 188 207
Hex C4 BC CF

RGB Percentages of Color #c4bccf

%33.16
%31.81
%35.03

CMYK Percentages of Color #c4bccf

%5
%9
%0
%19

Triadic Colors of #c4bccf

#c4bccf #cfc4bc #bccfc4

Analogous Colors of #c4bccf

#c4bccf #cebccf #bcbecf

Monochromatic Colors of #c4bccf

#c4bccf

Complementary Color

#c4bccf #c7cfbc

#c4bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bccf Color CSS Codes

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

#c4bccf Text Font Color

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

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


#c4bccf Background Color

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

This div background color is #c4bccf


#c4bccf Border Color

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

This div border color is #c4bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bccf


Comments

No comments written yet.

Please login to write comment.