Color Hex Logo

#ccaeee Color Hex

#CCAEEE
(204,174,238)
0 Favorites   0 Comments

Color spaces of #ccaeee

RGB 204174238
HSL0.740.650.81
HSV268°27°93°
CMYK 0.140.270.00   0.07
XYZ55.470549.282587.4778
Yxy49.28250.28860.2564
Hunter Lab70.201518.1912-24.7400
CIE-Lab75.626722.8983-27.9499

#ccaeee color RGB value is (204,174,238).

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

The process color (four color CMYK) of #ccaeee color hex is 0.14, 0.27, 0.00, 0.07. Web safe color of #ccaeee is #cc99ff. Color #ccaeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11101110
Octal 314 256 356
Decimal 204 174 238
Hex CC AE EE

RGB Percentages of Color #ccaeee

%33.12
%28.25
%38.64

CMYK Percentages of Color #ccaeee

%14
%27
%0
%7

Triadic Colors of #ccaeee

#ccaeee #eeccae #aeeecc

Analogous Colors of #ccaeee

#ccaeee #ecaeee #aeb0ee

Monochromatic Colors of #ccaeee

#ccaeee

Complementary Color

#ccaeee #d0eeae

#ccaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaeee Color CSS Codes

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

#ccaeee Text Font Color

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

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


#ccaeee Background Color

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

This div background color is #ccaeee


#ccaeee Border Color

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

This div border color is #ccaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaeee


Comments

No comments written yet.

Please login to write comment.