Color Hex Logo

#ffb95b Color Hex

#FFB95B
(255,185,91)
0 Favorites   0 Comments

Color spaces of #ffb95b

RGB 25518591
HSL0.101.000.68
HSV34°64°100°
CMYK 0.000.270.64   0.00
XYZ60.477356.713317.6568
Yxy56.71330.44850.4206
Hunter Lab75.308211.557438.8146
CIE-Lab80.018116.181456.4846

#ffb95b color RGB value is (255,185,91).

#ffb95b hex color red value is 255, green value is 185 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ffb95b hue: 0.10 , saturation: 1.00 and the lightness value of ffb95b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 01011011
Octal 377 271 133
Decimal 255 185 91
Hex FF B9 5B

RGB Percentages of Color #ffb95b

%48.02
%34.84
%17.14

CMYK Percentages of Color #ffb95b

%0
%27
%64
%0

Triadic Colors of #ffb95b

#ffb95b #5bffb9 #b95bff

Analogous Colors of #ffb95b

#ffb95b #f3ff5b #ff675b

Monochromatic Colors of #ffb95b

#ffb95b

Complementary Color

#ffb95b #5ba1ff

#ffb95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb95b Color CSS Codes

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

#ffb95b Text Font Color

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

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


#ffb95b Background Color

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

This div background color is #ffb95b


#ffb95b Border Color

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

This div border color is #ffb95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb95b

Related Colors


Comments

No comments written yet.

Please login to write comment.