Color Hex Logo

#c4bcce Color Hex

#C4BCCE
(196,188,206)
0 Favorites   0 Comments

Color spaces of #c4bcce

RGB 196188206
HSL0.740.160.77
HSV267°81°
CMYK 0.050.090.00   0.19
XYZ51.888752.158465.7253
Yxy52.15840.30560.3072
Hunter Lab72.22081.8611-3.4030
CIE-Lab77.37556.1664-8.0341

#c4bcce color RGB value is (196,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111100 11001110
Octal 304 274 316
Decimal 196 188 206
Hex C4 BC CE

RGB Percentages of Color #c4bcce

%33.22
%31.86
%34.92

CMYK Percentages of Color #c4bcce

%5
%9
%0
%19

Triadic Colors of #c4bcce

#c4bcce #cec4bc #bccec4

Analogous Colors of #c4bcce

#c4bcce #cdbcce #bcbdce

Monochromatic Colors of #c4bcce

#c4bcce

Complementary Color

#c4bcce #c6cebc

#c4bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bcce Color CSS Codes

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

#c4bcce Text Font Color

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

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


#c4bcce Background Color

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

This div background color is #c4bcce


#c4bcce Border Color

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

This div border color is #c4bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bcce


Comments

No comments written yet.

Please login to write comment.