Color Hex Logo

#c2dbaa Color Hex

#C2DBAA
(194,219,170)
0 Favorites   0 Comments

Color spaces of #c2dbaa

RGB 194219170
HSL0.250.400.76
HSV91°22°86°
CMYK 0.110.000.22   0.14
XYZ54.835465.034647.6930
Yxy65.03460.32730.3881
Hunter Lab80.6440-19.752721.3866
CIE-Lab84.5016-16.956021.3889

#c2dbaa color RGB value is (194,219,170).

#c2dbaa hex color red value is 194, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c2dbaa hue: 0.25 , saturation: 0.40 and the lightness value of c2dbaa is 0.76.

The process color (four color CMYK) of #c2dbaa color hex is 0.11, 0.00, 0.22, 0.14. Web safe color of #c2dbaa is #cccc99. Color #c2dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11011011 10101010
Octal 302 333 252
Decimal 194 219 170
Hex C2 DB AA

RGB Percentages of Color #c2dbaa

%33.28
%37.56
%29.16

CMYK Percentages of Color #c2dbaa

%11
%0
%22
%14

Triadic Colors of #c2dbaa

#c2dbaa #aac2db #dbaac2

Analogous Colors of #c2dbaa

#c2dbaa #aadbab #dbdbaa

Monochromatic Colors of #c2dbaa

#c2dbaa

Complementary Color

#c2dbaa #c3aadb

#c2dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2dbaa Color CSS Codes

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

#c2dbaa Text Font Color

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

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


#c2dbaa Background Color

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

This div background color is #c2dbaa


#c2dbaa Border Color

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

This div border color is #c2dbaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,219,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2dbaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2dbaa;
  -webkit-box-shadow: 1px 1px 3px 2px #c2dbaa;
  box-shadow:         1px 1px 3px 2px #c2dbaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,219,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2dbaa


Comments

No comments written yet.

Please login to write comment.