Color Hex Logo

#ccb4ae Color Hex

#CCB4AE
(204,180,174)
0 Favorites   0 Comments

Color spaces of #ccb4ae

RGB 204180174
HSL0.030.230.74
HSV12°15°80°
CMYK 0.000.120.15   0.20
XYZ48.863148.535946.8374
Yxy48.53590.33880.3365
Hunter Lab69.66773.27678.9069
CIE-Lab75.16177.60636.1994

#ccb4ae color RGB value is (204,180,174).

#ccb4ae hex color red value is 204, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ccb4ae hue: 0.03 , saturation: 0.23 and the lightness value of ccb4ae is 0.74.

The process color (four color CMYK) of #ccb4ae color hex is 0.00, 0.12, 0.15, 0.20. Web safe color of #ccb4ae is #cccc99. Color #ccb4ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10101110
Octal 314 264 256
Decimal 204 180 174
Hex CC B4 AE

RGB Percentages of Color #ccb4ae

%36.56
%32.26
%31.18

CMYK Percentages of Color #ccb4ae

%0
%12
%15
%20

Triadic Colors of #ccb4ae

#ccb4ae #aeccb4 #b4aecc

Analogous Colors of #ccb4ae

#ccb4ae #ccc3ae #ccaeb7

Monochromatic Colors of #ccb4ae

#ccb4ae

Complementary Color

#ccb4ae #aec6cc

#ccb4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb4ae Color CSS Codes

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

#ccb4ae Text Font Color

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

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


#ccb4ae Background Color

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

This div background color is #ccb4ae


#ccb4ae Border Color

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

This div border color is #ccb4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb4ae


Comments

No comments written yet.

Please login to write comment.