Color Hex Logo

#ffbe7e Color Hex

#FFBE7E
(255,190,126)
1 Favorites   0 Comments

Color spaces of #ffbe7e

RGB 255190126
HSL0.081.000.75
HSV30°51°100°
CMYK 0.000.250.51   0.00
XYZ63.419459.593327.8988
Yxy59.59330.42020.3949
Hunter Lab77.196711.548932.6103
CIE-Lab81.616616.154641.2749

#ffbe7e color RGB value is (255,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111110 01111110
Octal 377 276 176
Decimal 255 190 126
Hex FF BE 7E

RGB Percentages of Color #ffbe7e

%44.66
%33.27
%22.07

CMYK Percentages of Color #ffbe7e

%0
%25
%51
%0

Triadic Colors of #ffbe7e

#ffbe7e #7effbe #be7eff

Analogous Colors of #ffbe7e

#ffbe7e #ffff7e #ff7e7f

Monochromatic Colors of #ffbe7e

#ffbe7e

Complementary Color

#ffbe7e #7ebfff

#ffbe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbe7e Color CSS Codes

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

#ffbe7e Text Font Color

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

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


#ffbe7e Background Color

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

This div background color is #ffbe7e


#ffbe7e Border Color

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

This div border color is #ffbe7e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,190,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 #ffbe7e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbe7e

Related Colors


Comments

No comments written yet.

Please login to write comment.