Color Hex Logo

#ffb05f Color Hex

#FFB05F
(255,176,95)
0 Favorites   0 Comments

Color spaces of #ffb05f

RGB 25517695
HSL0.081.000.69
HSV30°63°100°
CMYK 0.000.310.63   0.00
XYZ58.830953.136917.9822
Yxy53.13690.45270.4089
Hunter Lab72.895116.494436.4005
CIE-Lab77.955821.132252.2630

#ffb05f color RGB value is (255,176,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 01011111
Octal 377 260 137
Decimal 255 176 95
Hex FF B0 5F

RGB Percentages of Color #ffb05f

%48.48
%33.46
%18.06

CMYK Percentages of Color #ffb05f

%0
%31
%63
%0

Triadic Colors of #ffb05f

#ffb05f #5fffb0 #b05fff

Analogous Colors of #ffb05f

#ffb05f #feff5f #ff605f

Monochromatic Colors of #ffb05f

#ffb05f

Complementary Color

#ffb05f #5faeff

#ffb05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb05f Color CSS Codes

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

#ffb05f Text Font Color

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

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


#ffb05f Background Color

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

This div background color is #ffb05f


#ffb05f Border Color

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

This div border color is #ffb05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb05f

Related Colors


Comments

No comments written yet.

Please login to write comment.