Color Hex Logo

#ccabae Color Hex

#CCABAE
(204,171,174)
0 Favorites   0 Comments

Color spaces of #ccabae

RGB 204171174
HSL0.980.240.74
HSV355°16°80°
CMYK 0.000.160.15   0.20
XYZ47.104745.019246.2513
Yxy45.01920.34040.3253
Hunter Lab67.09637.89656.0973
CIE-Lab72.904512.47192.9402

#ccabae color RGB value is (204,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10101110
Octal 314 253 256
Decimal 204 171 174
Hex CC AB AE

RGB Percentages of Color #ccabae

%37.16
%31.15
%31.69

CMYK Percentages of Color #ccabae

%0
%16
%15
%20

Triadic Colors of #ccabae

#ccabae #aeccab #abaecc

Analogous Colors of #ccabae

#ccabae #ccb9ab #ccabbf

Monochromatic Colors of #ccabae

#ccabae

Complementary Color

#ccabae #abccc9

#ccabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabae Color CSS Codes

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

#ccabae Text Font Color

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

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


#ccabae Background Color

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

This div background color is #ccabae


#ccabae Border Color

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

This div border color is #ccabae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,171,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 #ccabae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabae


Comments

No comments written yet.

Please login to write comment.