Color Hex Logo

#ccade4 Color Hex

#CCADE4
(204,173,228)
0 Favorites   0 Comments

Color spaces of #ccade4

RGB 204173228
HSL0.760.500.79
HSV274°24°89°
CMYK 0.110.240.00   0.11
XYZ53.849048.325979.8885
Yxy48.32590.29580.2654
Hunter Lab69.516816.6149-19.4741
CIE-Lab75.030021.3587-23.4385

#ccade4 color RGB value is (204,173,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11100100
Octal 314 255 344
Decimal 204 173 228
Hex CC AD E4

RGB Percentages of Color #ccade4

%33.72
%28.60
%37.69

CMYK Percentages of Color #ccade4

%11
%24
%0
%11

Triadic Colors of #ccade4

#ccade4 #e4ccad #ade4cc

Analogous Colors of #ccade4

#ccade4 #e4ade1 #b1ade4

Monochromatic Colors of #ccade4

#ccade4

Complementary Color

#ccade4 #c5e4ad

#ccade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccade4 Color CSS Codes

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

#ccade4 Text Font Color

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

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


#ccade4 Background Color

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

This div background color is #ccade4


#ccade4 Border Color

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

This div border color is #ccade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccade4


Comments

No comments written yet.

Please login to write comment.