Color Hex Logo

#c09dac Color Hex

#C09DAC
(192,157,172)
0 Favorites   0 Comments

Color spaces of #c09dac

RGB 192157172
HSL0.930.220.68
HSV334°18°75°
CMYK 0.000.180.10   0.25
XYZ41.241638.299044.2485
Yxy38.29900.33320.3094
Hunter Lab61.886210.65340.9281
CIE-Lab68.240415.4266-2.8992

#c09dac color RGB value is (192,157,172).

#c09dac hex color red value is 192, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c09dac hue: 0.93 , saturation: 0.22 and the lightness value of c09dac is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 10101100
Octal 300 235 254
Decimal 192 157 172
Hex C0 9D AC

RGB Percentages of Color #c09dac

%36.85
%30.13
%33.01

CMYK Percentages of Color #c09dac

%0
%18
%10
%25

Triadic Colors of #c09dac

#c09dac #acc09d #9dacc0

Analogous Colors of #c09dac

#c09dac #c0a09d #c09dbe

Monochromatic Colors of #c09dac

#c09dac

Complementary Color

#c09dac #9dc0b1

#c09dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09dac Color CSS Codes

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

#c09dac Text Font Color

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

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


#c09dac Background Color

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

This div background color is #c09dac


#c09dac Border Color

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

This div border color is #c09dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,157,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09dac


Comments

No comments written yet.

Please login to write comment.