Color Hex Logo

#ffb950 Color Hex

#FFB950
(255,185,80)
0 Favorites   0 Comments

Color spaces of #ffb950

RGB 25518580
HSL0.101.000.66
HSV36°69°100°
CMYK 0.000.270.69   0.00
XYZ60.036956.537115.3379
Yxy56.53710.45510.4286
Hunter Lab75.191210.940040.5395
CIE-Lab79.918515.564061.3132

#ffb950 color RGB value is (255,185,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 01010000
Octal 377 271 120
Decimal 255 185 80
Hex FF B9 50

RGB Percentages of Color #ffb950

%49.04
%35.58
%15.38

CMYK Percentages of Color #ffb950

%0
%27
%69
%0

Triadic Colors of #ffb950

#ffb950 #50ffb9 #b950ff

Analogous Colors of #ffb950

#ffb950 #eeff50 #ff6250

Monochromatic Colors of #ffb950

#ffb950

Complementary Color

#ffb950 #5096ff

#ffb950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb950 Color CSS Codes

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

#ffb950 Text Font Color

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

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


#ffb950 Background Color

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

This div background color is #ffb950


#ffb950 Border Color

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

This div border color is #ffb950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb950

Related Colors


Comments

No comments written yet.

Please login to write comment.