Color Hex Logo

#c5dea0 Color Hex

#C5DEA0
(197,222,160)
0 Favorites   0 Comments

Color spaces of #c5dea0

RGB 197222160
HSL0.230.480.75
HSV84°28°87°
CMYK 0.110.000.28   0.13
XYZ55.492466.650943.1979
Yxy66.65090.33560.4031
Hunter Lab81.6400-21.539925.7761
CIE-Lab85.3273-18.859627.7429

#c5dea0 color RGB value is (197,222,160).

#c5dea0 hex color red value is 197, green value is 222 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c5dea0 hue: 0.23 , saturation: 0.48 and the lightness value of c5dea0 is 0.75.

The process color (four color CMYK) of #c5dea0 color hex is 0.11, 0.00, 0.28, 0.13. Web safe color of #c5dea0 is #cccc99. Color #c5dea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 10100000
Octal 305 336 240
Decimal 197 222 160
Hex C5 DE A0

RGB Percentages of Color #c5dea0

%34.02
%38.34
%27.63

CMYK Percentages of Color #c5dea0

%11
%0
%28
%13

Triadic Colors of #c5dea0

#c5dea0 #a0c5de #dea0c5

Analogous Colors of #c5dea0

#c5dea0 #a6dea0 #ded8a0

Monochromatic Colors of #c5dea0

#c5dea0

Complementary Color

#c5dea0 #b9a0de

#c5dea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5dea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5dea0 Color CSS Codes

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

#c5dea0 Text Font Color

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

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


#c5dea0 Background Color

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

This div background color is #c5dea0


#c5dea0 Border Color

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

This div border color is #c5dea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5dea0


Comments

No comments written yet.

Please login to write comment.