Color Hex Logo

#c4cecd Color Hex

#C4CECD
(196,206,205)
0 Favorites   0 Comments

Color spaces of #c4cecd

RGB 196206205
HSL0.480.090.79
HSV174°81°
CMYK 0.050.000.00   0.19
XYZ55.855760.286266.4501
Yxy60.28620.30590.3302
Hunter Lab77.6442-7.46793.6089
CIE-Lab81.9935-3.5797-0.6910

#c4cecd color RGB value is (196,206,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001110 11001101
Octal 304 316 315
Decimal 196 206 205
Hex C4 CE CD

RGB Percentages of Color #c4cecd

%32.29
%33.94
%33.77

CMYK Percentages of Color #c4cecd

%5
%0
%0
%19

Triadic Colors of #c4cecd

#c4cecd #cdc4ce #cecdc4

Analogous Colors of #c4cecd

#c4cecd #c4cace #c4cec8

Monochromatic Colors of #c4cecd

#c4cecd

Complementary Color

#c4cecd #cec4c5

#c4cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cecd Color CSS Codes

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

#c4cecd Text Font Color

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

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


#c4cecd Background Color

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

This div background color is #c4cecd


#c4cecd Border Color

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

This div border color is #c4cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cecd


Comments

No comments written yet.

Please login to write comment.