Color Hex Logo

#ffb07a Color Hex

#FFB07A
(255,176,122)
0 Favorites   0 Comments

Color spaces of #ffb07a

RGB 255176122
HSL0.071.000.74
HSV24°52°100°
CMYK 0.000.310.52   0.00
XYZ60.278253.715825.6035
Yxy53.71580.43180.3848
Hunter Lab73.291118.547930.5914
CIE-Lab78.295723.132839.1330

#ffb07a color RGB value is (255,176,122).

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

The process color (four color CMYK) of #ffb07a color hex is 0.00, 0.31, 0.52, 0.00. Web safe color of #ffb07a is #ff9966. Color #ffb07a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01111010
Octal 377 260 172
Decimal 255 176 122
Hex FF B0 7A

RGB Percentages of Color #ffb07a

%46.11
%31.83
%22.06

CMYK Percentages of Color #ffb07a

%0
%31
%52
%0

Triadic Colors of #ffb07a

#ffb07a #7affb0 #b07aff

Analogous Colors of #ffb07a

#ffb07a #fff37a #ff7a87

Monochromatic Colors of #ffb07a

#ffb07a

Complementary Color

#ffb07a #7ac9ff

#ffb07a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb07a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb07a Color CSS Codes

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

#ffb07a Text Font Color

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

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


#ffb07a Background Color

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

This div background color is #ffb07a


#ffb07a Border Color

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

This div border color is #ffb07a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb07a

Related Colors

#ffb07a Color Palettes


Comments

No comments written yet.

Please login to write comment.