Color Hex Logo

#c4cecb Color Hex

#C4CECB
(196,206,203)
0 Favorites   0 Comments

Color spaces of #c4cecb

RGB 196206203
HSL0.450.090.79
HSV162°81°
CMYK 0.050.000.01   0.19
XYZ55.615760.190265.1865
Yxy60.19020.30730.3326
Hunter Lab77.5823-7.80954.4908
CIE-Lab81.9415-3.95600.3015

#c4cecb color RGB value is (196,206,203).

#c4cecb hex color red value is 196, green value is 206 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c4cecb hue: 0.45 , saturation: 0.09 and the lightness value of c4cecb is 0.79.

The process color (four color CMYK) of #c4cecb color hex is 0.05, 0.00, 0.01, 0.19. Web safe color of #c4cecb is #cccccc. Color #c4cecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 11001011
Octal 304 316 313
Decimal 196 206 203
Hex C4 CE CB

RGB Percentages of Color #c4cecb

%32.40
%34.05
%33.55

CMYK Percentages of Color #c4cecb

%5
%0
%1
%19

Triadic Colors of #c4cecb

#c4cecb #cbc4ce #cecbc4

Analogous Colors of #c4cecb

#c4cecb #c4ccce #c4cec6

Monochromatic Colors of #c4cecb

#c4cecb

Complementary Color

#c4cecb #cec4c7

#c4cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cecb Color CSS Codes

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

#c4cecb Text Font Color

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

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


#c4cecb Background Color

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

This div background color is #c4cecb


#c4cecb Border Color

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

This div border color is #c4cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cecb


Comments

No comments written yet.

Please login to write comment.