Color Hex Logo

#ccadfa Color Hex

#CCADFA
(204,173,250)
0 Favorites   0 Comments

Color spaces of #ccadfa

RGB 204173250
HSL0.730.890.83
HSV264°31°98°
CMYK 0.180.310.00   0.02
XYZ57.100749.626697.0118
Yxy49.62660.28030.2436
Hunter Lab70.446121.4039-32.3363
CIE-Lab75.839526.0351-34.1061

#ccadfa color RGB value is (204,173,250).

#ccadfa hex color red value is 204, green value is 173 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ccadfa hue: 0.73 , saturation: 0.89 and the lightness value of ccadfa is 0.83.

The process color (four color CMYK) of #ccadfa color hex is 0.18, 0.31, 0.00, 0.02. Web safe color of #ccadfa is #cc99ff. Color #ccadfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11111010
Octal 314 255 372
Decimal 204 173 250
Hex CC AD FA

RGB Percentages of Color #ccadfa

%32.54
%27.59
%39.87

CMYK Percentages of Color #ccadfa

%18
%31
%0
%2

Triadic Colors of #ccadfa

#ccadfa #faccad #adfacc

Analogous Colors of #ccadfa

#ccadfa #f3adfa #adb5fa

Monochromatic Colors of #ccadfa

#ccadfa

Complementary Color

#ccadfa #dbfaad

#ccadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadfa Color CSS Codes

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

#ccadfa Text Font Color

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

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


#ccadfa Background Color

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

This div background color is #ccadfa


#ccadfa Border Color

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

This div border color is #ccadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadfa


Comments

No comments written yet.

Please login to write comment.