Color Hex Logo

#ccaeba Color Hex

#CCAEBA
(204,174,186)
0 Favorites   0 Comments

Color spaces of #ccaeba

RGB 204174186
HSL0.930.230.74
HSV336°15°80°
CMYK 0.000.150.09   0.20
XYZ48.900846.654652.8823
Yxy46.65460.32940.3143
Hunter Lab68.30428.26071.9096
CIE-Lab73.968312.8532-2.0922

#ccaeba color RGB value is (204,174,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 10111010
Octal 314 256 272
Decimal 204 174 186
Hex CC AE BA

RGB Percentages of Color #ccaeba

%36.17
%30.85
%32.98

CMYK Percentages of Color #ccaeba

%0
%15
%9
%20

Triadic Colors of #ccaeba

#ccaeba #baccae #aebacc

Analogous Colors of #ccaeba

#ccaeba #ccb1ae #ccaec9

Monochromatic Colors of #ccaeba

#ccaeba

Complementary Color

#ccaeba #aeccc0

#ccaeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaeba Color CSS Codes

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

#ccaeba Text Font Color

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

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


#ccaeba Background Color

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

This div background color is #ccaeba


#ccaeba Border Color

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

This div border color is #ccaeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaeba


Comments

No comments written yet.

Please login to write comment.