Color Hex Logo

#c7dcdb Color Hex

#C7DCDB
(199,220,219)
0 Favorites   0 Comments

Color spaces of #c7dcdb

RGB 199220219
HSL0.490.230.82
HSV177°10°86°
CMYK 0.100.000.00   0.14
XYZ61.932668.443076.9645
Yxy68.44300.29870.3301
Hunter Lab82.7303-11.15142.7533
CIE-Lab86.2275-7.1611-1.9043

#c7dcdb color RGB value is (199,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11011100 11011011
Octal 307 334 333
Decimal 199 220 219
Hex C7 DC DB

RGB Percentages of Color #c7dcdb

%31.19
%34.48
%34.33

CMYK Percentages of Color #c7dcdb

%10
%0
%0
%14

Triadic Colors of #c7dcdb

#c7dcdb #dbc7dc #dcdbc7

Analogous Colors of #c7dcdb

#c7dcdb #c7d3dc #c7dcd1

Monochromatic Colors of #c7dcdb

#c7dcdb

Complementary Color

#c7dcdb #dcc7c8

#c7dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7dcdb Color CSS Codes

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

#c7dcdb Text Font Color

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

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


#c7dcdb Background Color

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

This div background color is #c7dcdb


#c7dcdb Border Color

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

This div border color is #c7dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7dcdb


Comments

No comments written yet.

Please login to write comment.