Color Hex Logo

#cfadd5 Color Hex

#CFADD5
(207,173,213)
0 Favorites   0 Comments

Color spaces of #cfadd5

RGB 207173213
HSL0.810.320.76
HSV291°19°84°
CMYK 0.030.190.00   0.16
XYZ52.685947.956669.4305
Yxy47.95660.30980.2820
Hunter Lab69.250714.6140-10.9684
CIE-Lab74.797519.3602-15.5971

#cfadd5 color RGB value is (207,173,213).

#cfadd5 hex color red value is 207, green value is 173 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #cfadd5 hue: 0.81 , saturation: 0.32 and the lightness value of cfadd5 is 0.76.

The process color (four color CMYK) of #cfadd5 color hex is 0.03, 0.19, 0.00, 0.16. Web safe color of #cfadd5 is #cc99cc. Color #cfadd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11010101
Octal 317 255 325
Decimal 207 173 213
Hex CF AD D5

RGB Percentages of Color #cfadd5

%34.91
%29.17
%35.92

CMYK Percentages of Color #cfadd5

%3
%19
%0
%16

Triadic Colors of #cfadd5

#cfadd5 #d5cfad #add5cf

Analogous Colors of #cfadd5

#cfadd5 #d5adc7 #bbadd5

Monochromatic Colors of #cfadd5

#cfadd5

Complementary Color

#cfadd5 #b3d5ad

#cfadd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfadd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfadd5 Color CSS Codes

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

#cfadd5 Text Font Color

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

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


#cfadd5 Background Color

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

This div background color is #cfadd5


#cfadd5 Border Color

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

This div border color is #cfadd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfadd5


Comments

No comments written yet.

Please login to write comment.