Color Hex Logo

#ffb305 Color Hex

#FFB305
(255,179,5)
0 Favorites   0 Comments

Color spaces of #ffb305

RGB 2551795
HSL0.121.000.51
HSV42°98°100°
CMYK 0.000.300.98   0.00
XYZ57.387553.51127.4476
Yxy53.51120.48490.4522
Hunter Lab73.151312.019045.1696
CIE-Lab78.175916.669780.5793

#ffb305 color RGB value is (255,179,5).

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

The process color (four color CMYK) of #ffb305 color hex is 0.00, 0.30, 0.98, 0.00. Web safe color of #ffb305 is #ffcc00. Color #ffb305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 00000101
Octal 377 263 5
Decimal 255 179 5
Hex FF B3 5

RGB Percentages of Color #ffb305

%58.09
%40.77
%1.14

CMYK Percentages of Color #ffb305

%0
%30
%98
%0

Triadic Colors of #ffb305

#ffb305 #05ffb3 #b305ff

Analogous Colors of #ffb305

#ffb305 #ceff05 #ff3605

Monochromatic Colors of #ffb305

#ffb305

Complementary Color

#ffb305 #0551ff

#ffb305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb305 Color CSS Codes

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

#ffb305 Text Font Color

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

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


#ffb305 Background Color

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

This div background color is #ffb305


#ffb305 Border Color

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

This div border color is #ffb305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb305

#ffb305 Color Palettes


Comments

No comments written yet.

Please login to write comment.