Color Hex Logo

#c7ddbc Color Hex

#C7DDBC
(199,221,188)
0 Favorites   0 Comments

Color spaces of #c7ddbc

RGB 199221188
HSL0.280.330.80
HSV100°15°87°
CMYK 0.100.000.15   0.13
XYZ58.486767.485957.5204
Yxy67.48590.31870.3678
Hunter Lab82.1498-16.678815.9906
CIE-Lab85.7487-13.290913.7510

#c7ddbc color RGB value is (199,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011101 10111100
Octal 307 335 274
Decimal 199 221 188
Hex C7 DD BC

RGB Percentages of Color #c7ddbc

%32.73
%36.35
%30.92

CMYK Percentages of Color #c7ddbc

%10
%0
%15
%13

Triadic Colors of #c7ddbc

#c7ddbc #bcc7dd #ddbcc7

Analogous Colors of #c7ddbc

#c7ddbc #bcddc2 #d8ddbc

Monochromatic Colors of #c7ddbc

#c7ddbc

Complementary Color

#c7ddbc #d2bcdd

#c7ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ddbc Color CSS Codes

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

#c7ddbc Text Font Color

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

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


#c7ddbc Background Color

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

This div background color is #c7ddbc


#c7ddbc Border Color

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

This div border color is #c7ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ddbc


Comments

No comments written yet.

Please login to write comment.