Color Hex Logo

#ffba7b Color Hex

#FFBA7B
(255,186,123)
0 Favorites   0 Comments

Color spaces of #ffba7b

RGB 255186123
HSL0.081.000.74
HSV29°52°100°
CMYK 0.000.270.52   0.00
XYZ62.374157.807926.6095
Yxy57.80790.42490.3938
Hunter Lab76.031513.381232.4717
CIE-Lab80.631917.985541.5648

#ffba7b color RGB value is (255,186,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111010 01111011
Octal 377 272 173
Decimal 255 186 123
Hex FF BA 7B

RGB Percentages of Color #ffba7b

%45.21
%32.98
%21.81

CMYK Percentages of Color #ffba7b

%0
%27
%52
%0

Triadic Colors of #ffba7b

#ffba7b #7bffba #ba7bff

Analogous Colors of #ffba7b

#ffba7b #fffc7b #ff7b7e

Monochromatic Colors of #ffba7b

#ffba7b

Complementary Color

#ffba7b #7bc0ff

#ffba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffba7b Color CSS Codes

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

#ffba7b Text Font Color

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

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


#ffba7b Background Color

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

This div background color is #ffba7b


#ffba7b Border Color

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

This div border color is #ffba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffba7b

Related Colors


Comments

No comments written yet.

Please login to write comment.