Color Hex Logo

#c5ddab Color Hex

#C5DDAB
(197,221,171)
0 Favorites   0 Comments

Color spaces of #c5ddab

RGB 197221171
HSL0.250.420.77
HSV89°23°87°
CMYK 0.110.000.23   0.13
XYZ56.233166.523548.4046
Yxy66.52350.32850.3887
Hunter Lab81.5619-19.666121.9065
CIE-Lab85.2627-16.730121.9496

#c5ddab color RGB value is (197,221,171).

#c5ddab hex color red value is 197, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c5ddab hue: 0.25 , saturation: 0.42 and the lightness value of c5ddab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011101 10101011
Octal 305 335 253
Decimal 197 221 171
Hex C5 DD AB

RGB Percentages of Color #c5ddab

%33.45
%37.52
%29.03

CMYK Percentages of Color #c5ddab

%11
%0
%23
%13

Triadic Colors of #c5ddab

#c5ddab #abc5dd #ddabc5

Analogous Colors of #c5ddab

#c5ddab #acddab #dddcab

Monochromatic Colors of #c5ddab

#c5ddab

Complementary Color

#c5ddab #c3abdd

#c5ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ddab Color CSS Codes

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

#c5ddab Text Font Color

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

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


#c5ddab Background Color

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

This div background color is #c5ddab


#c5ddab Border Color

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

This div border color is #c5ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ddab


Comments

No comments written yet.

Please login to write comment.