Color Hex Logo

#cfadfb Color Hex

#CFADFB
(207,173,251)
0 Favorites   0 Comments

Color spaces of #cfadfb

RGB 207173251
HSL0.740.910.83
HSV266°31°98°
CMYK 0.180.310.00   0.02
XYZ58.088350.117697.8789
Yxy50.11760.28190.2432
Hunter Lab70.793822.5752-32.4182
CIE-Lab76.141427.1523-34.1573

#cfadfb color RGB value is (207,173,251).

#cfadfb hex color red value is 207, green value is 173 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cfadfb hue: 0.74 , saturation: 0.91 and the lightness value of cfadfb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 11111011
Octal 317 255 373
Decimal 207 173 251
Hex CF AD FB

RGB Percentages of Color #cfadfb

%32.81
%27.42
%39.78

CMYK Percentages of Color #cfadfb

%18
%31
%0
%2

Triadic Colors of #cfadfb

#cfadfb #fbcfad #adfbcf

Analogous Colors of #cfadfb

#cfadfb #f6adfb #adb2fb

Monochromatic Colors of #cfadfb

#cfadfb

Complementary Color

#cfadfb #d9fbad

#cfadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfadfb Color CSS Codes

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

#cfadfb Text Font Color

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

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


#cfadfb Background Color

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

This div background color is #cfadfb


#cfadfb Border Color

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

This div border color is #cfadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.