Color Hex Logo

#c0cead Color Hex

#C0CEAD
(192,206,173)
0 Favorites   0 Comments

Color spaces of #c0cead

RGB 192206173
HSL0.240.250.74
HSV85°16°81°
CMYK 0.070.000.16   0.19
XYZ51.352458.366248.0944
Yxy58.36620.32540.3698
Hunter Lab76.3978-13.713516.1538
CIE-Lab80.9420-10.619214.8267

#c0cead color RGB value is (192,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001110 10101101
Octal 300 316 255
Decimal 192 206 173
Hex C0 CE AD

RGB Percentages of Color #c0cead

%33.63
%36.08
%30.30

CMYK Percentages of Color #c0cead

%7
%0
%16
%19

Triadic Colors of #c0cead

#c0cead #adc0ce #ceadc0

Analogous Colors of #c0cead

#c0cead #b0cead #ceccad

Monochromatic Colors of #c0cead

#c0cead

Complementary Color

#c0cead #bbadce

#c0cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cead Color CSS Codes

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

#c0cead Text Font Color

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

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


#c0cead Background Color

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

This div background color is #c0cead


#c0cead Border Color

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

This div border color is #c0cead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c0cead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cead


Comments

No comments written yet.

Please login to write comment.