Color Hex Logo

#c5ddba Color Hex

#C5DDBA
(197,221,186)
0 Favorites   0 Comments

Color spaces of #c5ddba

RGB 197221186
HSL0.280.340.80
HSV101°16°87°
CMYK 0.110.000.16   0.13
XYZ57.745367.128456.3679
Yxy67.12840.31860.3704
Hunter Lab81.9319-17.574816.5617
CIE-Lab85.5687-14.319714.5278

#c5ddba color RGB value is (197,221,186).

#c5ddba hex color red value is 197, green value is 221 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c5ddba hue: 0.28 , saturation: 0.34 and the lightness value of c5ddba is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011101 10111010
Octal 305 335 272
Decimal 197 221 186
Hex C5 DD BA

RGB Percentages of Color #c5ddba

%32.62
%36.59
%30.79

CMYK Percentages of Color #c5ddba

%11
%0
%16
%13

Triadic Colors of #c5ddba

#c5ddba #bac5dd #ddbac5

Analogous Colors of #c5ddba

#c5ddba #baddc1 #d7ddba

Monochromatic Colors of #c5ddba

#c5ddba

Complementary Color

#c5ddba #d2badd

#c5ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ddba Color CSS Codes

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

#c5ddba Text Font Color

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

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


#c5ddba Background Color

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

This div background color is #c5ddba


#c5ddba Border Color

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

This div border color is #c5ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ddba


Comments

No comments written yet.

Please login to write comment.