Color Hex Logo

#ccaebb Color Hex

#CCAEBB
(204,174,187)
0 Favorites   0 Comments

Color spaces of #ccaebb

RGB 204174187
HSL0.930.230.74
HSV334°15°80°
CMYK 0.000.150.08   0.20
XYZ49.007546.697353.4442
Yxy46.69730.32860.3131
Hunter Lab68.33548.42621.4649
CIE-Lab73.995713.0261-2.5998

#ccaebb color RGB value is (204,174,187).

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

The process color (four color CMYK) of #ccaebb color hex is 0.00, 0.15, 0.08, 0.20. Web safe color of #ccaebb is #cc99cc. Color #ccaebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 10111011
Octal 314 256 273
Decimal 204 174 187
Hex CC AE BB

RGB Percentages of Color #ccaebb

%36.11
%30.80
%33.10

CMYK Percentages of Color #ccaebb

%0
%15
%8
%20

Triadic Colors of #ccaebb

#ccaebb #bbccae #aebbcc

Analogous Colors of #ccaebb

#ccaebb #ccb0ae #ccaeca

Monochromatic Colors of #ccaebb

#ccaebb

Complementary Color

#ccaebb #aeccbf

#ccaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaebb Color CSS Codes

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

#ccaebb Text Font Color

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

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


#ccaebb Background Color

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

This div background color is #ccaebb


#ccaebb Border Color

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

This div border color is #ccaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaebb


Comments

No comments written yet.

Please login to write comment.