Color Hex Logo

#c3dfbd Color Hex

#C3DFBD
(195,223,189)
0 Favorites   0 Comments

Color spaces of #c3dfbd

RGB 195223189
HSL0.300.350.81
HSV109°15°87°
CMYK 0.130.000.15   0.13
XYZ58.078768.051658.2183
Yxy68.05160.31500.3691
Hunter Lab82.4934-18.692215.9025
CIE-Lab86.0322-15.504113.5885

#c3dfbd color RGB value is (195,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11011111 10111101
Octal 303 337 275
Decimal 195 223 189
Hex C3 DF BD

RGB Percentages of Color #c3dfbd

%32.13
%36.74
%31.14

CMYK Percentages of Color #c3dfbd

%13
%0
%15
%13

Triadic Colors of #c3dfbd

#c3dfbd #bdc3df #dfbdc3

Analogous Colors of #c3dfbd

#c3dfbd #bddfc8 #d4dfbd

Monochromatic Colors of #c3dfbd

#c3dfbd

Complementary Color

#c3dfbd #d9bddf

#c3dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3dfbd Color CSS Codes

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

#c3dfbd Text Font Color

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

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


#c3dfbd Background Color

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

This div background color is #c3dfbd


#c3dfbd Border Color

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

This div border color is #c3dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3dfbd


Comments

No comments written yet.

Please login to write comment.