Color Hex Logo

#ffb077 Color Hex

#FFB077
(255,176,119)
0 Favorites   0 Comments

Color spaces of #ffb077

RGB 255176119
HSL0.071.000.73
HSV25°53°100°
CMYK 0.000.310.53   0.00
XYZ60.095153.642624.6395
Yxy53.64260.43430.3877
Hunter Lab73.241118.289231.3227
CIE-Lab78.252922.882140.6283

#ffb077 color RGB value is (255,176,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01110111
Octal 377 260 167
Decimal 255 176 119
Hex FF B0 77

RGB Percentages of Color #ffb077

%46.36
%32.00
%21.64

CMYK Percentages of Color #ffb077

%0
%31
%53
%0

Triadic Colors of #ffb077

#ffb077 #77ffb0 #b077ff

Analogous Colors of #ffb077

#ffb077 #fff477 #ff7782

Monochromatic Colors of #ffb077

#ffb077

Complementary Color

#ffb077 #77c6ff

#ffb077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb077 Color CSS Codes

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

#ffb077 Text Font Color

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

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


#ffb077 Background Color

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

This div background color is #ffb077


#ffb077 Border Color

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

This div border color is #ffb077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb077

Related Colors

#ffb077 Color Palettes


Comments

No comments written yet.

Please login to write comment.