Color Hex Logo

#ccae8b Color Hex

#CCAE8B
(204,174,139)
0 Favorites   0 Comments

Color spaces of #ccae8b

RGB 204174139
HSL0.090.390.67
HSV32°32°80°
CMYK 0.000.150.32   0.20
XYZ44.698144.973630.7510
Yxy44.97360.37120.3735
Hunter Lab67.06241.613919.7566
CIE-Lab72.87455.744722.0130

#ccae8b color RGB value is (204,174,139).

#ccae8b hex color red value is 204, green value is 174 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ccae8b hue: 0.09 , saturation: 0.39 and the lightness value of ccae8b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 10001011
Octal 314 256 213
Decimal 204 174 139
Hex CC AE 8B

RGB Percentages of Color #ccae8b

%39.46
%33.66
%26.89

CMYK Percentages of Color #ccae8b

%0
%15
%32
%20

Triadic Colors of #ccae8b

#ccae8b #8bccae #ae8bcc

Analogous Colors of #ccae8b

#ccae8b #cacc8b #cc8e8b

Monochromatic Colors of #ccae8b

#ccae8b

Complementary Color

#ccae8b #8ba9cc

#ccae8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae8b Color CSS Codes

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

#ccae8b Text Font Color

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

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


#ccae8b Background Color

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

This div background color is #ccae8b


#ccae8b Border Color

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

This div border color is #ccae8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae8b

#ccae8b Color Palettes


Comments

No comments written yet.

Please login to write comment.