Color Hex Logo

#ffb953 Color Hex

#FFB953
(255,185,83)
0 Favorites   0 Comments

Color spaces of #ffb953

RGB 25518583
HSL0.101.000.66
HSV36°67°100°
CMYK 0.000.270.67   0.00
XYZ60.150356.582515.9349
Yxy56.58250.45340.4265
Hunter Lab75.221311.099140.0949
CIE-Lab79.944215.723360.0245

#ffb953 color RGB value is (255,185,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111001 01010011
Octal 377 271 123
Decimal 255 185 83
Hex FF B9 53

RGB Percentages of Color #ffb953

%48.76
%35.37
%15.87

CMYK Percentages of Color #ffb953

%0
%27
%67
%0

Triadic Colors of #ffb953

#ffb953 #53ffb9 #b953ff

Analogous Colors of #ffb953

#ffb953 #efff53 #ff6353

Monochromatic Colors of #ffb953

#ffb953

Complementary Color

#ffb953 #5399ff

#ffb953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb953 Color CSS Codes

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

#ffb953 Text Font Color

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

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


#ffb953 Background Color

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

This div background color is #ffb953


#ffb953 Border Color

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

This div border color is #ffb953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb953

Related Colors

#ffb953 Color Palettes


Comments

No comments written yet.

Please login to write comment.