Color Hex Logo

#c5dccd Color Hex

#C5DCCD
(197,220,205)
0 Favorites   0 Comments

Color spaces of #c5dccd

RGB 197220205
HSL0.390.250.82
HSV141°10°86°
CMYK 0.100.000.07   0.14
XYZ59.638667.464567.6363
Yxy67.46450.30620.3464
Hunter Lab82.1368-14.13258.6728
CIE-Lab85.7380-10.47074.7615

#c5dccd color RGB value is (197,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011100 11001101
Octal 305 334 315
Decimal 197 220 205
Hex C5 DC CD

RGB Percentages of Color #c5dccd

%31.67
%35.37
%32.96

CMYK Percentages of Color #c5dccd

%10
%0
%7
%14

Triadic Colors of #c5dccd

#c5dccd #cdc5dc #dccdc5

Analogous Colors of #c5dccd

#c5dccd #c5dcd9 #c9dcc5

Monochromatic Colors of #c5dccd

#c5dccd

Complementary Color

#c5dccd #dcc5d4

#c5dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dccd Color CSS Codes

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

#c5dccd Text Font Color

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

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


#c5dccd Background Color

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

This div background color is #c5dccd


#c5dccd Border Color

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

This div border color is #c5dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dccd


Comments

No comments written yet.

Please login to write comment.