Color Hex Logo

#c2cead Color Hex

#C2CEAD
(194,206,173)
0 Favorites   0 Comments

Color spaces of #c2cead

RGB 194206173
HSL0.230.250.74
HSV82°16°81°
CMYK 0.060.000.16   0.19
XYZ51.862358.629148.1183
Yxy58.62910.32700.3696
Hunter Lab76.5696-13.094916.3394
CIE-Lab81.0873-9.902215.0521

#c2cead color RGB value is (194,206,173).

#c2cead hex color red value is 194, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c2cead hue: 0.23 , saturation: 0.25 and the lightness value of c2cead is 0.74.

The process color (four color CMYK) of #c2cead color hex is 0.06, 0.00, 0.16, 0.19. Web safe color of #c2cead is #cccc99. Color #c2cead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001110 10101101
Octal 302 316 255
Decimal 194 206 173
Hex C2 CE AD

RGB Percentages of Color #c2cead

%33.86
%35.95
%30.19

CMYK Percentages of Color #c2cead

%6
%0
%16
%19

Triadic Colors of #c2cead

#c2cead #adc2ce #ceadc2

Analogous Colors of #c2cead

#c2cead #b2cead #cecaad

Monochromatic Colors of #c2cead

#c2cead

Complementary Color

#c2cead #b9adce

#c2cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cead Color CSS Codes

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

#c2cead Text Font Color

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

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


#c2cead Background Color

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

This div background color is #c2cead


#c2cead Border Color

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

This div border color is #c2cead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cead


Comments

No comments written yet.

Please login to write comment.