Color Hex Logo

#ccae9b Color Hex

#CCAE9B
(204,174,155)
0 Favorites   0 Comments

Color spaces of #ccae9b

RGB 204174155
HSL0.060.320.70
HSV23°24°80°
CMYK 0.000.150.24   0.20
XYZ45.954345.476037.3660
Yxy45.47600.35680.3531
Hunter Lab67.43593.626314.3527
CIE-Lab73.20427.932413.7765

#ccae9b color RGB value is (204,174,155).

#ccae9b hex color red value is 204, green value is 174 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccae9b hue: 0.06 , saturation: 0.32 and the lightness value of ccae9b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 10011011
Octal 314 256 233
Decimal 204 174 155
Hex CC AE 9B

RGB Percentages of Color #ccae9b

%38.27
%32.65
%29.08

CMYK Percentages of Color #ccae9b

%0
%15
%24
%20

Triadic Colors of #ccae9b

#ccae9b #9bccae #ae9bcc

Analogous Colors of #ccae9b

#ccae9b #ccc79b #cc9ba1

Monochromatic Colors of #ccae9b

#ccae9b

Complementary Color

#ccae9b #9bb9cc

#ccae9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae9b Color CSS Codes

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

#ccae9b Text Font Color

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

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


#ccae9b Background Color

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

This div background color is #ccae9b


#ccae9b Border Color

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

This div border color is #ccae9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae9b


Comments

No comments written yet.

Please login to write comment.