Color Hex Logo

#ccaef3 Color Hex

#CCAEF3
(204,174,243)
0 Favorites   0 Comments

Color spaces of #ccaef3

RGB 204174243
HSL0.740.740.82
HSV266°28°95°
CMYK 0.160.280.00   0.05
XYZ56.215649.580591.4011
Yxy49.58050.28510.2514
Hunter Lab70.413419.2846-27.6728
CIE-Lab75.811123.9664-30.3711

#ccaef3 color RGB value is (204,174,243).

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

The process color (four color CMYK) of #ccaef3 color hex is 0.16, 0.28, 0.00, 0.05. Web safe color of #ccaef3 is #cc99ff. Color #ccaef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11110011
Octal 314 256 363
Decimal 204 174 243
Hex CC AE F3

RGB Percentages of Color #ccaef3

%32.85
%28.02
%39.13

CMYK Percentages of Color #ccaef3

%16
%28
%0
%5

Triadic Colors of #ccaef3

#ccaef3 #f3ccae #aef3cc

Analogous Colors of #ccaef3

#ccaef3 #efaef3 #aeb3f3

Monochromatic Colors of #ccaef3

#ccaef3

Complementary Color

#ccaef3 #d5f3ae

#ccaef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaef3 Color CSS Codes

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

#ccaef3 Text Font Color

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

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


#ccaef3 Background Color

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

This div background color is #ccaef3


#ccaef3 Border Color

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

This div border color is #ccaef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaef3


Comments

No comments written yet.

Please login to write comment.