Color Hex Logo

#ffb35a Color Hex

#FFB35A
(255,179,90)
0 Favorites   0 Comments

Color spaces of #ffb35a

RGB 25517990
HSL0.091.000.68
HSV32°65°100°
CMYK 0.000.300.65   0.00
XYZ59.205654.238417.0214
Yxy54.23840.45380.4157
Hunter Lab73.646714.616837.8495
CIE-Lab78.600519.255755.3649

#ffb35a color RGB value is (255,179,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 01011010
Octal 377 263 132
Decimal 255 179 90
Hex FF B3 5A

RGB Percentages of Color #ffb35a

%48.66
%34.16
%17.18

CMYK Percentages of Color #ffb35a

%0
%30
%65
%0

Triadic Colors of #ffb35a

#ffb35a #5affb3 #b35aff

Analogous Colors of #ffb35a

#ffb35a #f9ff5a #ff615a

Monochromatic Colors of #ffb35a

#ffb35a

Complementary Color

#ffb35a #5aa6ff

#ffb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb35a Color CSS Codes

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

#ffb35a Text Font Color

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

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


#ffb35a Background Color

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

This div background color is #ffb35a


#ffb35a Border Color

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

This div border color is #ffb35a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,179,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 #ffb35a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb35a


Comments

No comments written yet.

Please login to write comment.