Color Hex Logo

#c4ddbc Color Hex

#C4DDBC
(196,221,188)
0 Favorites   0 Comments

Color spaces of #c4ddbc

RGB 196221188
HSL0.290.330.80
HSV105°15°87°
CMYK 0.110.000.15   0.13
XYZ57.698567.079557.4836
Yxy67.07950.31660.3680
Hunter Lab81.9021-17.578715.7183
CIE-Lab85.5441-14.327813.4326

#c4ddbc color RGB value is (196,221,188).

#c4ddbc hex color red value is 196, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c4ddbc hue: 0.29 , saturation: 0.33 and the lightness value of c4ddbc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 10111100
Octal 304 335 274
Decimal 196 221 188
Hex C4 DD BC

RGB Percentages of Color #c4ddbc

%32.40
%36.53
%31.07

CMYK Percentages of Color #c4ddbc

%11
%0
%15
%13

Triadic Colors of #c4ddbc

#c4ddbc #bcc4dd #ddbcc4

Analogous Colors of #c4ddbc

#c4ddbc #bcddc5 #d5ddbc

Monochromatic Colors of #c4ddbc

#c4ddbc

Complementary Color

#c4ddbc #d5bcdd

#c4ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ddbc Color CSS Codes

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

#c4ddbc Text Font Color

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

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


#c4ddbc Background Color

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

This div background color is #c4ddbc


#c4ddbc Border Color

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

This div border color is #c4ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ddbc


Comments

No comments written yet.

Please login to write comment.