Color Hex Logo

#ffba7e Color Hex

#FFBA7E
(255,186,126)
0 Favorites   0 Comments

Color spaces of #ffba7e

RGB 255186126
HSL0.081.000.75
HSV28°51°100°
CMYK 0.000.270.51   0.00
XYZ62.564857.884227.6139
Yxy57.88420.42260.3909
Hunter Lab76.081713.644331.7378
CIE-Lab80.674418.244740.0842

#ffba7e color RGB value is (255,186,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 01111110
Octal 377 272 176
Decimal 255 186 126
Hex FF BA 7E

RGB Percentages of Color #ffba7e

%44.97
%32.80
%22.22

CMYK Percentages of Color #ffba7e

%0
%27
%51
%0

Triadic Colors of #ffba7e

#ffba7e #7effba #ba7eff

Analogous Colors of #ffba7e

#ffba7e #fffb7e #ff7e83

Monochromatic Colors of #ffba7e

#ffba7e

Complementary Color

#ffba7e #7ec3ff

#ffba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffba7e Color CSS Codes

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

#ffba7e Text Font Color

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

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


#ffba7e Background Color

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

This div background color is #ffba7e


#ffba7e Border Color

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

This div border color is #ffba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffba7e


Comments

No comments written yet.

Please login to write comment.