Color Hex Logo

#c7dccd Color Hex

#C7DCCD
(199,220,205)
0 Favorites   0 Comments

Color spaces of #c7dccd

RGB 199220205
HSL0.380.230.82
HSV137°10°86°
CMYK 0.100.000.07   0.14
XYZ60.165867.736367.6609
Yxy67.73630.30770.3464
Hunter Lab82.3021-13.53868.8689
CIE-Lab85.8744-9.80114.9761

#c7dccd color RGB value is (199,220,205).

#c7dccd hex color red value is 199, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c7dccd hue: 0.38 , saturation: 0.23 and the lightness value of c7dccd is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011100 11001101
Octal 307 334 315
Decimal 199 220 205
Hex C7 DC CD

RGB Percentages of Color #c7dccd

%31.89
%35.26
%32.85

CMYK Percentages of Color #c7dccd

%10
%0
%7
%14

Triadic Colors of #c7dccd

#c7dccd #cdc7dc #dccdc7

Analogous Colors of #c7dccd

#c7dccd #c7dcd8 #ccdcc7

Monochromatic Colors of #c7dccd

#c7dccd

Complementary Color

#c7dccd #dcc7d6

#c7dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dccd Color CSS Codes

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

#c7dccd Text Font Color

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

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


#c7dccd Background Color

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

This div background color is #c7dccd


#c7dccd Border Color

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

This div border color is #c7dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dccd


Comments

No comments written yet.

Please login to write comment.