Color Hex Logo

#cfadd3 Color Hex

#CFADD3
(207,173,211)
0 Favorites   0 Comments

Color spaces of #cfadd3

RGB 207173211
HSL0.820.300.75
HSV294°18°83°
CMYK 0.020.180.00   0.17
XYZ52.433647.855768.1015
Yxy47.85570.31140.2842
Hunter Lab69.177814.2336-9.9431
CIE-Lab74.733818.9782-14.6015

#cfadd3 color RGB value is (207,173,211).

#cfadd3 hex color red value is 207, green value is 173 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #cfadd3 hue: 0.82 , saturation: 0.30 and the lightness value of cfadd3 is 0.75.

The process color (four color CMYK) of #cfadd3 color hex is 0.02, 0.18, 0.00, 0.17. Web safe color of #cfadd3 is #cc99cc. Color #cfadd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11010011
Octal 317 255 323
Decimal 207 173 211
Hex CF AD D3

RGB Percentages of Color #cfadd3

%35.03
%29.27
%35.70

CMYK Percentages of Color #cfadd3

%2
%18
%0
%17

Triadic Colors of #cfadd3

#cfadd3 #d3cfad #add3cf

Analogous Colors of #cfadd3

#cfadd3 #d3adc4 #bcadd3

Monochromatic Colors of #cfadd3

#cfadd3

Complementary Color

#cfadd3 #b1d3ad

#cfadd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfadd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfadd3 Color CSS Codes

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

#cfadd3 Text Font Color

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

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


#cfadd3 Background Color

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

This div background color is #cfadd3


#cfadd3 Border Color

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

This div border color is #cfadd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfadd3


Comments

No comments written yet.

Please login to write comment.