Color Hex Logo

#c4cdcb Color Hex

#C4CDCB
(196,205,203)
0 Favorites   0 Comments

Color spaces of #c4cdcb

RGB 196205203
HSL0.460.080.79
HSV167°80°
CMYK 0.040.000.01   0.20
XYZ55.375859.710265.1065
Yxy59.71020.30730.3314
Hunter Lab77.2724-7.30804.1354
CIE-Lab81.6804-3.4330-0.0796

#c4cdcb color RGB value is (196,205,203).

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

The process color (four color CMYK) of #c4cdcb color hex is 0.04, 0.00, 0.01, 0.20. Web safe color of #c4cdcb is #cccccc. Color #c4cdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001101 11001011
Octal 304 315 313
Decimal 196 205 203
Hex C4 CD CB

RGB Percentages of Color #c4cdcb

%32.45
%33.94
%33.61

CMYK Percentages of Color #c4cdcb

%4
%0
%1
%20

Triadic Colors of #c4cdcb

#c4cdcb #cbc4cd #cdcbc4

Analogous Colors of #c4cdcb

#c4cdcb #c4cbcd #c4cdc7

Monochromatic Colors of #c4cdcb

#c4cdcb

Complementary Color

#c4cdcb #cdc4c6

#c4cdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cdcb Color CSS Codes

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

#c4cdcb Text Font Color

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

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


#c4cdcb Background Color

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

This div background color is #c4cdcb


#c4cdcb Border Color

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

This div border color is #c4cdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cdcb


Comments

No comments written yet.

Please login to write comment.