Color Hex Logo

#ffbef7 Color Hex

#FFBEF7
(255,190,247)
0 Favorites   0 Comments

Color spaces of #ffbef7

RGB 255190247
HSL0.851.000.87
HSV307°25°100°
CMYK 0.000.250.03   0.00
XYZ76.442064.802396.4749
Yxy64.80230.32160.2726
Hunter Lab80.499928.6273-14.7061
CIE-Lab84.381832.3003-19.0224

#ffbef7 color RGB value is (255,190,247).

#ffbef7 hex color red value is 255, green value is 190 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ffbef7 hue: 0.85 , saturation: 1.00 and the lightness value of ffbef7 is 0.87.

The process color (four color CMYK) of #ffbef7 color hex is 0.00, 0.25, 0.03, 0.00. Web safe color of #ffbef7 is #ffccff. Color #ffbef7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 11110111
Octal 377 276 367
Decimal 255 190 247
Hex FF BE F7

RGB Percentages of Color #ffbef7

%36.85
%27.46
%35.69

CMYK Percentages of Color #ffbef7

%0
%25
%3
%0

Triadic Colors of #ffbef7

#ffbef7 #f7ffbe #bef7ff

Analogous Colors of #ffbef7

#ffbef7 #ffbed7 #e7beff

Monochromatic Colors of #ffbef7

#ffbef7

Complementary Color

#ffbef7 #beffc6

#ffbef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbef7 Color CSS Codes

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

#ffbef7 Text Font Color

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

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


#ffbef7 Background Color

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

This div background color is #ffbef7


#ffbef7 Border Color

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

This div border color is #ffbef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbef7

#ffbef7 Color Palettes


Comments

No comments written yet.

Please login to write comment.