Color Hex Logo

#ccad91 Color Hex

#CCAD91
(204,173,145)
0 Favorites   0 Comments

Color spaces of #ccad91

RGB 204173145
HSL0.080.370.68
HSV28°29°80°
CMYK 0.000.150.29   0.20
XYZ44.956244.768833.0599
Yxy44.76880.36610.3646
Hunter Lab66.90952.841817.5415
CIE-Lab72.73947.074018.5749

#ccad91 color RGB value is (204,173,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10010001
Octal 314 255 221
Decimal 204 173 145
Hex CC AD 91

RGB Percentages of Color #ccad91

%39.08
%33.14
%27.78

CMYK Percentages of Color #ccad91

%0
%15
%29
%20

Triadic Colors of #ccad91

#ccad91 #91ccad #ad91cc

Analogous Colors of #ccad91

#ccad91 #cccb91 #cc9193

Monochromatic Colors of #ccad91

#ccad91

Complementary Color

#ccad91 #91b0cc

#ccad91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad91 Color CSS Codes

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

#ccad91 Text Font Color

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

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


#ccad91 Background Color

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

This div background color is #ccad91


#ccad91 Border Color

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

This div border color is #ccad91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad91


Comments

No comments written yet.

Please login to write comment.