Color Hex Logo

#ccae9e Color Hex

#CCAE9E
(204,174,158)
1 Favorites   0 Comments

Color spaces of #ccae9e

RGB 204174158
HSL0.060.310.71
HSV21°23°80°
CMYK 0.000.150.23   0.20
XYZ46.209445.578138.7097
Yxy45.57810.35410.3493
Hunter Lab67.51164.032113.2625
CIE-Lab73.27098.369712.2328

#ccae9e color RGB value is (204,174,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 10011110
Octal 314 256 236
Decimal 204 174 158
Hex CC AE 9E

RGB Percentages of Color #ccae9e

%38.06
%32.46
%29.48

CMYK Percentages of Color #ccae9e

%0
%15
%23
%20

Triadic Colors of #ccae9e

#ccae9e #9eccae #ae9ecc

Analogous Colors of #ccae9e

#ccae9e #ccc59e #cc9ea5

Monochromatic Colors of #ccae9e

#ccae9e

Complementary Color

#ccae9e #9ebccc

#ccae9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccae9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccae9e Color CSS Codes

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

#ccae9e Text Font Color

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

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


#ccae9e Background Color

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

This div background color is #ccae9e


#ccae9e Border Color

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

This div border color is #ccae9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccae9e


Comments

No comments written yet.

Please login to write comment.