Color Hex Logo

#c4bbce Color Hex

#C4BBCE
(196,187,206)
0 Favorites   0 Comments

Color spaces of #c4bbce

RGB 196187206
HSL0.750.160.77
HSV268°81°
CMYK 0.050.090.00   0.19
XYZ51.675951.732665.6543
Yxy51.73260.30570.3060
Hunter Lab71.92542.3767-3.7728
CIE-Lab77.12076.7052-8.4125

#c4bbce color RGB value is (196,187,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 11001110
Octal 304 273 316
Decimal 196 187 206
Hex C4 BB CE

RGB Percentages of Color #c4bbce

%33.28
%31.75
%34.97

CMYK Percentages of Color #c4bbce

%5
%9
%0
%19

Triadic Colors of #c4bbce

#c4bbce #cec4bb #bbcec4

Analogous Colors of #c4bbce

#c4bbce #cebbce #bbbcce

Monochromatic Colors of #c4bbce

#c4bbce

Complementary Color

#c4bbce #c5cebb

#c4bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bbce Color CSS Codes

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

#c4bbce Text Font Color

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

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


#c4bbce Background Color

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

This div background color is #c4bbce


#c4bbce Border Color

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

This div border color is #c4bbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bbce


Comments

No comments written yet.

Please login to write comment.