Color Hex Logo

#c0aead Color Hex

#C0AEAD
(192,174,173)
0 Favorites   0 Comments

Color spaces of #c0aead

RGB 192174173
HSL0.010.130.72
HSV10°75°
CMYK 0.000.090.10   0.25
XYZ44.417144.495745.7827
Yxy44.49570.32980.3303
Hunter Lab66.70512.12436.0002
CIE-Lab72.55866.28992.8532

#c0aead color RGB value is (192,174,173).

#c0aead hex color red value is 192, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c0aead hue: 0.01 , saturation: 0.13 and the lightness value of c0aead is 0.72.

The process color (four color CMYK) of #c0aead color hex is 0.00, 0.09, 0.10, 0.25. Web safe color of #c0aead is #cc9999. Color #c0aead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101110 10101101
Octal 300 256 255
Decimal 192 174 173
Hex C0 AE AD

RGB Percentages of Color #c0aead

%35.62
%32.28
%32.10

CMYK Percentages of Color #c0aead

%0
%9
%10
%25

Triadic Colors of #c0aead

#c0aead #adc0ae #aeadc0

Analogous Colors of #c0aead

#c0aead #c0b8ad #c0adb6

Monochromatic Colors of #c0aead

#c0aead

Complementary Color

#c0aead #adbfc0

#c0aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0aead Color CSS Codes

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

#c0aead Text Font Color

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

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


#c0aead Background Color

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

This div background color is #c0aead


#c0aead Border Color

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

This div border color is #c0aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0aead


Comments

No comments written yet.

Please login to write comment.