Color Hex Logo

#ccad8e Color Hex

#CCAD8E
(204,173,142)
0 Favorites   0 Comments

Color spaces of #ccad8e

RGB 204173142
HSL0.080.380.68
HSV30°30°80°
CMYK 0.000.150.30   0.20
XYZ44.727944.677531.8574
Yxy44.67750.36890.3684
Hunter Lab66.84122.474018.5305
CIE-Lab72.67906.673620.1208

#ccad8e color RGB value is (204,173,142).

#ccad8e hex color red value is 204, green value is 173 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ccad8e hue: 0.08 , saturation: 0.38 and the lightness value of ccad8e is 0.68.

The process color (four color CMYK) of #ccad8e color hex is 0.00, 0.15, 0.30, 0.20. Web safe color of #ccad8e is #cc9999. Color #ccad8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10001110
Octal 314 255 216
Decimal 204 173 142
Hex CC AD 8E

RGB Percentages of Color #ccad8e

%39.31
%33.33
%27.36

CMYK Percentages of Color #ccad8e

%0
%15
%30
%20

Triadic Colors of #ccad8e

#ccad8e #8eccad #ad8ecc

Analogous Colors of #ccad8e

#ccad8e #cccc8e #cc8e8e

Monochromatic Colors of #ccad8e

#ccad8e

Complementary Color

#ccad8e #8eadcc

#ccad8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad8e Color CSS Codes

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

#ccad8e Text Font Color

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

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


#ccad8e Background Color

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

This div background color is #ccad8e


#ccad8e Border Color

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

This div border color is #ccad8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad8e


Comments

No comments written yet.

Please login to write comment.