Color Hex Logo

#ffb52c Color Hex

#FFB52C
(255,181,44)
0 Favorites   0 Comments

Color spaces of #ffb52c

RGB 25518144
HSL0.111.000.59
HSV39°83°100°
CMYK 0.000.290.83   0.00
XYZ58.218554.48969.8320
Yxy54.48960.47510.4447
Hunter Lab73.817111.600643.7749
CIE-Lab78.746416.240773.6286

#ffb52c color RGB value is (255,181,44).

#ffb52c hex color red value is 255, green value is 181 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ffb52c hue: 0.11 , saturation: 1.00 and the lightness value of ffb52c is 0.59.

The process color (four color CMYK) of #ffb52c color hex is 0.00, 0.29, 0.83, 0.00. Web safe color of #ffb52c is #ffcc33. Color #ffb52c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 00101100
Octal 377 265 54
Decimal 255 181 44
Hex FF B5 2C

RGB Percentages of Color #ffb52c

%53.13
%37.71
%9.17

CMYK Percentages of Color #ffb52c

%0
%29
%83
%0

Triadic Colors of #ffb52c

#ffb52c #2cffb5 #b52cff

Analogous Colors of #ffb52c

#ffb52c #e0ff2c #ff4c2c

Monochromatic Colors of #ffb52c

#ffb52c

Complementary Color

#ffb52c #2c76ff

#ffb52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb52c Color CSS Codes

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

#ffb52c Text Font Color

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

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


#ffb52c Background Color

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

This div background color is #ffb52c


#ffb52c Border Color

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

This div border color is #ffb52c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb52c

Related Colors


Comments

No comments written yet.

Please login to write comment.