Color Hex Logo

#c5dfcd Color Hex

#C5DFCD
(197,223,205)
0 Favorites   0 Comments

Color spaces of #c5dfcd

RGB 197223205
HSL0.380.290.82
HSV138°12°87°
CMYK 0.120.000.08   0.13
XYZ60.433169.053467.9011
Yxy69.05340.30620.3498
Hunter Lab83.0984-15.60849.7220
CIE-Lab86.5305-11.99425.9055

#c5dfcd color RGB value is (197,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011111 11001101
Octal 305 337 315
Decimal 197 223 205
Hex C5 DF CD

RGB Percentages of Color #c5dfcd

%31.52
%35.68
%32.80

CMYK Percentages of Color #c5dfcd

%12
%0
%8
%13

Triadic Colors of #c5dfcd

#c5dfcd #cdc5df #dfcdc5

Analogous Colors of #c5dfcd

#c5dfcd #c5dfda #cadfc5

Monochromatic Colors of #c5dfcd

#c5dfcd

Complementary Color

#c5dfcd #dfc5d7

#c5dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dfcd Color CSS Codes

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

#c5dfcd Text Font Color

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

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


#c5dfcd Background Color

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

This div background color is #c5dfcd


#c5dfcd Border Color

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

This div border color is #c5dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dfcd


Comments

No comments written yet.

Please login to write comment.