Color Hex Logo

#c4cbbe Color Hex

#C4CBBE
(196,203,190)
0 Favorites   0 Comments

Color spaces of #c4cbbe

RGB 196203190
HSL0.260.110.77
HSV92°80°
CMYK 0.030.000.06   0.20
XYZ53.415258.165357.1270
Yxy58.16530.31660.3448
Hunter Lab76.2662-8.44828.9753
CIE-Lab80.8306-4.75785.6409

#c4cbbe color RGB value is (196,203,190).

#c4cbbe hex color red value is 196, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c4cbbe hue: 0.26 , saturation: 0.11 and the lightness value of c4cbbe is 0.77.

The process color (four color CMYK) of #c4cbbe color hex is 0.03, 0.00, 0.06, 0.20. Web safe color of #c4cbbe is #cccccc. Color #c4cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001011 10111110
Octal 304 313 276
Decimal 196 203 190
Hex C4 CB BE

RGB Percentages of Color #c4cbbe

%33.28
%34.47
%32.26

CMYK Percentages of Color #c4cbbe

%3
%0
%6
%20

Triadic Colors of #c4cbbe

#c4cbbe #bec4cb #cbbec4

Analogous Colors of #c4cbbe

#c4cbbe #becbbf #cbcbbe

Monochromatic Colors of #c4cbbe

#c4cbbe

Complementary Color

#c4cbbe #c5becb

#c4cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cbbe Color CSS Codes

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

#c4cbbe Text Font Color

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

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


#c4cbbe Background Color

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

This div background color is #c4cbbe


#c4cbbe Border Color

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

This div border color is #c4cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cbbe


Comments

No comments written yet.

Please login to write comment.