Color Hex Logo

#ffb95a Color Hex

#FFB95A
(255,185,90)
1 Favorites   0 Comments

Color spaces of #ffb95a

RGB 25518590
HSL0.101.000.68
HSV35°65°100°
CMYK 0.000.270.65   0.00
XYZ60.434456.696117.4311
Yxy56.69610.44910.4213
Hunter Lab75.296811.497538.9822
CIE-Lab80.008416.121556.9346

#ffb95a color RGB value is (255,185,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 01011010
Octal 377 271 132
Decimal 255 185 90
Hex FF B9 5A

RGB Percentages of Color #ffb95a

%48.11
%34.91
%16.98

CMYK Percentages of Color #ffb95a

%0
%27
%65
%0

Triadic Colors of #ffb95a

#ffb95a #5affb9 #b95aff

Analogous Colors of #ffb95a

#ffb95a #f3ff5a #ff675a

Monochromatic Colors of #ffb95a

#ffb95a

Complementary Color

#ffb95a #5aa0ff

#ffb95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb95a Color CSS Codes

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

#ffb95a Text Font Color

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

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


#ffb95a Background Color

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

This div background color is #ffb95a


#ffb95a Border Color

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

This div border color is #ffb95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb95a

Related Colors

#ffb95a Color Palettes


Comments

No comments written yet.

Please login to write comment.