Color Hex Logo

#cfbefa Color Hex

#CFBEFA
(207,190,250)
0 Favorites   0 Comments

Color spaces of #cfbefa

RGB 207190250
HSL0.710.860.86
HSV257°24°98°
CMYK 0.170.240.00   0.02
XYZ61.400956.994498.2073
Yxy56.99440.28350.2631
Hunter Lab75.494613.0611-24.2812
CIE-Lab80.176417.6769-27.4160

#cfbefa color RGB value is (207,190,250).

#cfbefa hex color red value is 207, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #cfbefa hue: 0.71 , saturation: 0.86 and the lightness value of cfbefa is 0.86.

The process color (four color CMYK) of #cfbefa color hex is 0.17, 0.24, 0.00, 0.02. Web safe color of #cfbefa is #ccccff. Color #cfbefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111110 11111010
Octal 317 276 372
Decimal 207 190 250
Hex CF BE FA

RGB Percentages of Color #cfbefa

%31.99
%29.37
%38.64

CMYK Percentages of Color #cfbefa

%17
%24
%0
%2

Triadic Colors of #cfbefa

#cfbefa #facfbe #befacf

Analogous Colors of #cfbefa

#cfbefa #edbefa #becbfa

Monochromatic Colors of #cfbefa

#cfbefa

Complementary Color

#cfbefa #e9fabe

#cfbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbefa Color CSS Codes

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

#cfbefa Text Font Color

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

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


#cfbefa Background Color

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

This div background color is #cfbefa


#cfbefa Border Color

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

This div border color is #cfbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfbefa


Comments

No comments written yet.

Please login to write comment.