Color Hex Logo

#cfadda Color Hex

#CFADDA
(207,173,218)
0 Favorites   0 Comments

Color spaces of #cfadda

RGB 207173218
HSL0.790.380.77
HSV285°21°85°
CMYK 0.050.210.00   0.15
XYZ53.330648.214572.8252
Yxy48.21450.30580.2765
Hunter Lab69.436715.5822-13.5777
CIE-Lab74.960020.3284-18.0780

#cfadda color RGB value is (207,173,218).

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

The process color (four color CMYK) of #cfadda color hex is 0.05, 0.21, 0.00, 0.15. Web safe color of #cfadda is #cc99cc. Color #cfadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11011010
Octal 317 255 332
Decimal 207 173 218
Hex CF AD DA

RGB Percentages of Color #cfadda

%34.62
%28.93
%36.45

CMYK Percentages of Color #cfadda

%5
%21
%0
%15

Triadic Colors of #cfadda

#cfadda #dacfad #addacf

Analogous Colors of #cfadda

#cfadda #daadcf #b9adda

Monochromatic Colors of #cfadda

#cfadda

Complementary Color

#cfadda #b8daad

#cfadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfadda Color CSS Codes

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

#cfadda Text Font Color

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

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


#cfadda Background Color

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

This div background color is #cfadda


#cfadda Border Color

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

This div border color is #cfadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfadda


Comments

No comments written yet.

Please login to write comment.