Color Hex Logo

#c4ddbf Color Hex

#C4DDBF
(196,221,191)
0 Favorites   0 Comments

Color spaces of #c4ddbf

RGB 196221191
HSL0.310.310.81
HSV110°14°87°
CMYK 0.110.000.14   0.13
XYZ58.025467.210359.2048
Yxy67.21030.31460.3644
Hunter Lab81.9819-17.129014.5699
CIE-Lab85.6100-13.814111.9488

#c4ddbf color RGB value is (196,221,191).

#c4ddbf hex color red value is 196, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c4ddbf hue: 0.31 , saturation: 0.31 and the lightness value of c4ddbf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011101 10111111
Octal 304 335 277
Decimal 196 221 191
Hex C4 DD BF

RGB Percentages of Color #c4ddbf

%32.24
%36.35
%31.41

CMYK Percentages of Color #c4ddbf

%11
%0
%14
%13

Triadic Colors of #c4ddbf

#c4ddbf #bfc4dd #ddbfc4

Analogous Colors of #c4ddbf

#c4ddbf #bfddc9 #d3ddbf

Monochromatic Colors of #c4ddbf

#c4ddbf

Complementary Color

#c4ddbf #d8bfdd

#c4ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ddbf Color CSS Codes

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

#c4ddbf Text Font Color

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

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


#c4ddbf Background Color

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

This div background color is #c4ddbf


#c4ddbf Border Color

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

This div border color is #c4ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ddbf


Comments

No comments written yet.

Please login to write comment.