Color Hex Logo

#c5dcc8 Color Hex

#C5DCC8
(197,220,200)
0 Favorites   0 Comments

Color spaces of #c5dcc8

RGB 197220200
HSL0.360.250.82
HSV128°10°86°
CMYK 0.100.000.09   0.14
XYZ59.044567.226864.5077
Yxy67.22680.30950.3524
Hunter Lab81.9920-14.943510.7476
CIE-Lab85.6183-11.38117.2281

#c5dcc8 color RGB value is (197,220,200).

#c5dcc8 hex color red value is 197, green value is 220 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #c5dcc8 hue: 0.36 , saturation: 0.25 and the lightness value of c5dcc8 is 0.82.

The process color (four color CMYK) of #c5dcc8 color hex is 0.10, 0.00, 0.09, 0.14. Web safe color of #c5dcc8 is #cccccc. Color #c5dcc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011100 11001000
Octal 305 334 310
Decimal 197 220 200
Hex C5 DC C8

RGB Percentages of Color #c5dcc8

%31.93
%35.66
%32.41

CMYK Percentages of Color #c5dcc8

%10
%0
%9
%14

Triadic Colors of #c5dcc8

#c5dcc8 #c8c5dc #dcc8c5

Analogous Colors of #c5dcc8

#c5dcc8 #c5dcd4 #cedcc5

Monochromatic Colors of #c5dcc8

#c5dcc8

Complementary Color

#c5dcc8 #dcc5d9

#c5dcc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dcc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dcc8 Color CSS Codes

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

#c5dcc8 Text Font Color

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

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


#c5dcc8 Background Color

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

This div background color is #c5dcc8


#c5dcc8 Border Color

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

This div border color is #c5dcc8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,220,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5dcc8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5dcc8;
  -webkit-box-shadow: 1px 1px 3px 2px #c5dcc8;
  box-shadow:         1px 1px 3px 2px #c5dcc8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,220,200, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dcc8


Comments

No comments written yet.

Please login to write comment.