Color Hex Logo

#c5dfbd Color Hex

#C5DFBD
(197,223,189)
0 Favorites   0 Comments

Color spaces of #c5dfbd

RGB 197223189
HSL0.290.350.81
HSV106°15°87°
CMYK 0.120.000.15   0.13
XYZ58.598968.319858.2427
Yxy68.31980.31650.3690
Hunter Lab82.6558-18.099916.0809
CIE-Lab86.1661-14.818113.7967

#c5dfbd color RGB value is (197,223,189).

#c5dfbd hex color red value is 197, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c5dfbd hue: 0.29 , saturation: 0.35 and the lightness value of c5dfbd is 0.81.

The process color (four color CMYK) of #c5dfbd color hex is 0.12, 0.00, 0.15, 0.13. Web safe color of #c5dfbd is #cccccc. Color #c5dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 10111101
Octal 305 337 275
Decimal 197 223 189
Hex C5 DF BD

RGB Percentages of Color #c5dfbd

%32.35
%36.62
%31.03

CMYK Percentages of Color #c5dfbd

%12
%0
%15
%13

Triadic Colors of #c5dfbd

#c5dfbd #bdc5df #dfbdc5

Analogous Colors of #c5dfbd

#c5dfbd #bddfc6 #d6dfbd

Monochromatic Colors of #c5dfbd

#c5dfbd

Complementary Color

#c5dfbd #d7bddf

#c5dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfbd Color CSS Codes

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

#c5dfbd Text Font Color

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

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


#c5dfbd Background Color

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

This div background color is #c5dfbd


#c5dfbd Border Color

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

This div border color is #c5dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfbd


Comments

No comments written yet.

Please login to write comment.