Color Hex Logo

#ccade2 Color Hex

#CCADE2
(204,173,226)
0 Favorites   0 Comments

Color spaces of #ccade2

RGB 204173226
HSL0.760.480.78
HSV275°23°89°
CMYK 0.100.230.00   0.11
XYZ53.572948.215578.4344
Yxy48.21550.29730.2675
Hunter Lab69.437416.2024-18.3661
CIE-Lab74.960620.9494-22.4569

#ccade2 color RGB value is (204,173,226).

#ccade2 hex color red value is 204, green value is 173 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #ccade2 hue: 0.76 , saturation: 0.48 and the lightness value of ccade2 is 0.78.

The process color (four color CMYK) of #ccade2 color hex is 0.10, 0.23, 0.00, 0.11. Web safe color of #ccade2 is #cc99cc. Color #ccade2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11100010
Octal 314 255 342
Decimal 204 173 226
Hex CC AD E2

RGB Percentages of Color #ccade2

%33.83
%28.69
%37.48

CMYK Percentages of Color #ccade2

%10
%23
%0
%11

Triadic Colors of #ccade2

#ccade2 #e2ccad #ade2cc

Analogous Colors of #ccade2

#ccade2 #e2adde #b2ade2

Monochromatic Colors of #ccade2

#ccade2

Complementary Color

#ccade2 #c3e2ad

#ccade2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccade2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccade2 Color CSS Codes

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

#ccade2 Text Font Color

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

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


#ccade2 Background Color

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

This div background color is #ccade2


#ccade2 Border Color

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

This div border color is #ccade2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccade2


Comments

No comments written yet.

Please login to write comment.