Color Hex Logo

#c5decf Color Hex

#C5DECF
(197,222,207)
0 Favorites   0 Comments

Color spaces of #c5decf

RGB 197222207
HSL0.400.270.82
HSV144°11°87°
CMYK 0.110.000.07   0.13
XYZ60.409768.617969.0921
Yxy68.61790.30490.3463
Hunter Lab82.8359-14.78838.5323
CIE-Lab86.3145-11.11874.5398

#c5decf color RGB value is (197,222,207).

#c5decf hex color red value is 197, green value is 222 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c5decf hue: 0.40 , saturation: 0.27 and the lightness value of c5decf is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 11001111
Octal 305 336 317
Decimal 197 222 207
Hex C5 DE CF

RGB Percentages of Color #c5decf

%31.47
%35.46
%33.07

CMYK Percentages of Color #c5decf

%11
%0
%7
%13

Triadic Colors of #c5decf

#c5decf #cfc5de #decfc5

Analogous Colors of #c5decf

#c5decf #c5dedc #c8dec5

Monochromatic Colors of #c5decf

#c5decf

Complementary Color

#c5decf #dec5d4

#c5decf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5decf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5decf Color CSS Codes

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

#c5decf Text Font Color

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

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


#c5decf Background Color

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

This div background color is #c5decf


#c5decf Border Color

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

This div border color is #c5decf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,222,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5decf


Comments

No comments written yet.

Please login to write comment.