Color Hex Logo

#c7dddd Color Hex

#C7DDDD
(199,221,221)
0 Favorites   0 Comments

Color spaces of #c7dddd

RGB 199221221
HSL0.500.240.82
HSV180°10°87°
CMYK 0.100.000.00   0.13
XYZ62.460869.075578.4475
Yxy69.07550.29750.3290
Hunter Lab83.1117-11.29762.2155
CIE-Lab86.5414-7.2855-2.5001

#c7dddd color RGB value is (199,221,221).

#c7dddd hex color red value is 199, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c7dddd hue: 0.50 , saturation: 0.24 and the lightness value of c7dddd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011101 11011101
Octal 307 335 335
Decimal 199 221 221
Hex C7 DD DD

RGB Percentages of Color #c7dddd

%31.05
%34.48
%34.48

CMYK Percentages of Color #c7dddd

%10
%0
%0
%13

Triadic Colors of #c7dddd

#c7dddd #ddc7dd #ddddc7

Analogous Colors of #c7dddd

#c7dddd #c7d2dd #c7ddd2

Monochromatic Colors of #c7dddd

#c7dddd

Complementary Color

#c7dddd #ddc7c7

#c7dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dddd Color CSS Codes

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

#c7dddd Text Font Color

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

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


#c7dddd Background Color

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

This div background color is #c7dddd


#c7dddd Border Color

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

This div border color is #c7dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dddd


Comments

No comments written yet.

Please login to write comment.