Color Hex Logo

#cfaddc Color Hex

#CFADDC
(207,173,220)
0 Favorites   0 Comments

Color spaces of #cfaddc

RGB 207173220
HSL0.790.400.77
HSV283°21°86°
CMYK 0.060.210.00   0.14
XYZ53.594048.319874.2121
Yxy48.31980.30430.2743
Hunter Lab69.512415.9765-14.6398
CIE-Lab75.026220.7211-19.0673

#cfaddc color RGB value is (207,173,220).

#cfaddc hex color red value is 207, green value is 173 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cfaddc hue: 0.79 , saturation: 0.40 and the lightness value of cfaddc is 0.77.

The process color (four color CMYK) of #cfaddc color hex is 0.06, 0.21, 0.00, 0.14. Web safe color of #cfaddc is #cc99cc. Color #cfaddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11011100
Octal 317 255 334
Decimal 207 173 220
Hex CF AD DC

RGB Percentages of Color #cfaddc

%34.50
%28.83
%36.67

CMYK Percentages of Color #cfaddc

%6
%21
%0
%14

Triadic Colors of #cfaddc

#cfaddc #dccfad #addccf

Analogous Colors of #cfaddc

#cfaddc #dcadd2 #b8addc

Monochromatic Colors of #cfaddc

#cfaddc

Complementary Color

#cfaddc #badcad

#cfaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfaddc Color CSS Codes

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

#cfaddc Text Font Color

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

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


#cfaddc Background Color

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

This div background color is #cfaddc


#cfaddc Border Color

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

This div border color is #cfaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfaddc


Comments

No comments written yet.

Please login to write comment.