Color Hex Logo

#ccaeeb Color Hex

#CCAEEB
(204,174,235)
0 Favorites   0 Comments

Color spaces of #ccaeeb

RGB 204174235
HSL0.750.600.80
HSV270°26°92°
CMYK 0.130.260.00   0.08
XYZ55.033349.107685.1754
Yxy49.10760.29070.2594
Hunter Lab70.076817.5467-23.0107
CIE-Lab75.518222.2654-26.4913

#ccaeeb color RGB value is (204,174,235).

#ccaeeb hex color red value is 204, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ccaeeb hue: 0.75 , saturation: 0.60 and the lightness value of ccaeeb is 0.80.

The process color (four color CMYK) of #ccaeeb color hex is 0.13, 0.26, 0.00, 0.08. Web safe color of #ccaeeb is #cc99ff. Color #ccaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11101011
Octal 314 256 353
Decimal 204 174 235
Hex CC AE EB

RGB Percentages of Color #ccaeeb

%33.28
%28.38
%38.34

CMYK Percentages of Color #ccaeeb

%13
%26
%0
%8

Triadic Colors of #ccaeeb

#ccaeeb #ebccae #aeebcc

Analogous Colors of #ccaeeb

#ccaeeb #ebaeeb #aeafeb

Monochromatic Colors of #ccaeeb

#ccaeeb

Complementary Color

#ccaeeb #cdebae

#ccaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaeeb Color CSS Codes

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

#ccaeeb Text Font Color

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

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


#ccaeeb Background Color

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

This div background color is #ccaeeb


#ccaeeb Border Color

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

This div border color is #ccaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaeeb


Comments

No comments written yet.

Please login to write comment.