Color Hex Logo

#ccadf5 Color Hex

#CCADF5
(204,173,245)
0 Favorites   0 Comments

Color spaces of #ccadf5

RGB 204173245
HSL0.740.780.82
HSV266°29°96°
CMYK 0.170.290.00   0.04
XYZ56.326849.317192.9366
Yxy49.31710.28360.2483
Hunter Lab70.226120.2751-29.3055
CIE-Lab75.648224.9450-31.7026

#ccadf5 color RGB value is (204,173,245).

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

The process color (four color CMYK) of #ccadf5 color hex is 0.17, 0.29, 0.00, 0.04. Web safe color of #ccadf5 is #cc99ff. Color #ccadf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11110101
Octal 314 255 365
Decimal 204 173 245
Hex CC AD F5

RGB Percentages of Color #ccadf5

%32.80
%27.81
%39.39

CMYK Percentages of Color #ccadf5

%17
%29
%0
%4

Triadic Colors of #ccadf5

#ccadf5 #f5ccad #adf5cc

Analogous Colors of #ccadf5

#ccadf5 #f0adf5 #adb2f5

Monochromatic Colors of #ccadf5

#ccadf5

Complementary Color

#ccadf5 #d6f5ad

#ccadf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadf5 Color CSS Codes

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

#ccadf5 Text Font Color

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

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


#ccadf5 Background Color

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

This div background color is #ccadf5


#ccadf5 Border Color

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

This div border color is #ccadf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadf5


Comments

No comments written yet.

Please login to write comment.