Color Hex Logo

#c4ddba Color Hex

#C4DDBA
(196,221,186)
0 Favorites   0 Comments

Color spaces of #c4ddba

RGB 196221186
HSL0.290.340.80
HSV103°16°87°
CMYK 0.110.000.16   0.13
XYZ57.484366.993856.3557
Yxy66.99380.31790.3705
Hunter Lab81.8497-17.873816.4721
CIE-Lab85.5008-14.665914.4222

#c4ddba color RGB value is (196,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 10111010
Octal 304 335 272
Decimal 196 221 186
Hex C4 DD BA

RGB Percentages of Color #c4ddba

%32.50
%36.65
%30.85

CMYK Percentages of Color #c4ddba

%11
%0
%16
%13

Triadic Colors of #c4ddba

#c4ddba #bac4dd #ddbac4

Analogous Colors of #c4ddba

#c4ddba #baddc2 #d6ddba

Monochromatic Colors of #c4ddba

#c4ddba

Complementary Color

#c4ddba #d3badd

#c4ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ddba Color CSS Codes

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

#c4ddba Text Font Color

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

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


#c4ddba Background Color

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

This div background color is #c4ddba


#c4ddba Border Color

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

This div border color is #c4ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ddba


Comments

No comments written yet.

Please login to write comment.