Color Hex Logo

#ffbf7e Color Hex

#FFBF7E
(255,191,126)
0 Favorites   0 Comments

Color spaces of #ffbf7e

RGB 255191126
HSL0.081.000.75
HSV30°51°100°
CMYK 0.000.250.51   0.00
XYZ63.636760.028027.9712
Yxy60.02800.41970.3959
Hunter Lab77.477711.025832.8294
CIE-Lab81.853415.632541.5733

#ffbf7e color RGB value is (255,191,126).

#ffbf7e hex color red value is 255, green value is 191 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ffbf7e hue: 0.08 , saturation: 1.00 and the lightness value of ffbf7e is 0.75.

The process color (four color CMYK) of #ffbf7e color hex is 0.00, 0.25, 0.51, 0.00. Web safe color of #ffbf7e is #ffcc66. Color #ffbf7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111111 01111110
Octal 377 277 176
Decimal 255 191 126
Hex FF BF 7E

RGB Percentages of Color #ffbf7e

%44.58
%33.39
%22.03

CMYK Percentages of Color #ffbf7e

%0
%25
%51
%0

Triadic Colors of #ffbf7e

#ffbf7e #7effbf #bf7eff

Analogous Colors of #ffbf7e

#ffbf7e #ffff7e #ff7f7e

Monochromatic Colors of #ffbf7e

#ffbf7e

Complementary Color

#ffbf7e #7ebeff

#ffbf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbf7e Color CSS Codes

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

#ffbf7e Text Font Color

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

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


#ffbf7e Background Color

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

This div background color is #ffbf7e


#ffbf7e Border Color

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

This div border color is #ffbf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbf7e

Related Colors


Comments

No comments written yet.

Please login to write comment.