Color Hex Logo

#c7ddce Color Hex

#C7DDCE
(199,221,206)
0 Favorites   0 Comments

Color spaces of #c7ddce

RGB 199221206
HSL0.390.240.82
HSV139°10°87°
CMYK 0.100.000.07   0.13
XYZ60.550268.311268.3866
Yxy68.31120.30700.3463
Hunter Lab82.6506-13.86868.7978
CIE-Lab86.1618-10.12764.8636

#c7ddce color RGB value is (199,221,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011101 11001110
Octal 307 335 316
Decimal 199 221 206
Hex C7 DD CE

RGB Percentages of Color #c7ddce

%31.79
%35.30
%32.91

CMYK Percentages of Color #c7ddce

%10
%0
%7
%13

Triadic Colors of #c7ddce

#c7ddce #cec7dd #ddcec7

Analogous Colors of #c7ddce

#c7ddce #c7ddd9 #cbddc7

Monochromatic Colors of #c7ddce

#c7ddce

Complementary Color

#c7ddce #ddc7d6

#c7ddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ddce Color CSS Codes

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

#c7ddce Text Font Color

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

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


#c7ddce Background Color

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

This div background color is #c7ddce


#c7ddce Border Color

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

This div border color is #c7ddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ddce

#c7ddce Color Palettes


Comments

No comments written yet.

Please login to write comment.