Color Hex Logo

#c5deca Color Hex

#C5DECA
(197,222,202)
0 Favorites   0 Comments

Color spaces of #c5deca

RGB 197222202
HSL0.370.270.82
HSV132°11°87°
CMYK 0.110.000.09   0.13
XYZ59.807968.377165.9230
Yxy68.37710.30810.3523
Hunter Lab82.6904-15.603810.6158
CIE-Lab86.1947-12.03457.0021

#c5deca color RGB value is (197,222,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 11001010
Octal 305 336 312
Decimal 197 222 202
Hex C5 DE CA

RGB Percentages of Color #c5deca

%31.72
%35.75
%32.53

CMYK Percentages of Color #c5deca

%11
%0
%9
%13

Triadic Colors of #c5deca

#c5deca #cac5de #decac5

Analogous Colors of #c5deca

#c5deca #c5ded7 #cddec5

Monochromatic Colors of #c5deca

#c5deca

Complementary Color

#c5deca #dec5d9

#c5deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5deca Color CSS Codes

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

#c5deca Text Font Color

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

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


#c5deca Background Color

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

This div background color is #c5deca


#c5deca Border Color

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

This div border color is #c5deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5deca


Comments

No comments written yet.

Please login to write comment.