Color Hex Logo

#ffb24c Color Hex

#FFB24C
(255,178,76)
0 Favorites   0 Comments

Color spaces of #ffb24c

RGB 25517876
HSL0.091.000.65
HSV34°70°100°
CMYK 0.000.300.70   0.00
XYZ58.464953.622614.1062
Yxy53.62260.46330.4249
Hunter Lab73.227514.366639.8379
CIE-Lab78.241219.016561.2849

#ffb24c color RGB value is (255,178,76).

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

The process color (four color CMYK) of #ffb24c color hex is 0.00, 0.30, 0.70, 0.00. Web safe color of #ffb24c is #ff9933. Color #ffb24c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 01001100
Octal 377 262 114
Decimal 255 178 76
Hex FF B2 4C

RGB Percentages of Color #ffb24c

%50.10
%34.97
%14.93

CMYK Percentages of Color #ffb24c

%0
%30
%70
%0

Triadic Colors of #ffb24c

#ffb24c #4cffb2 #b24cff

Analogous Colors of #ffb24c

#ffb24c #f3ff4c #ff594c

Monochromatic Colors of #ffb24c

#ffb24c

Complementary Color

#ffb24c #4c99ff

#ffb24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb24c Color CSS Codes

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

#ffb24c Text Font Color

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

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


#ffb24c Background Color

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

This div background color is #ffb24c


#ffb24c Border Color

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

This div border color is #ffb24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb24c

Related Colors

#ffb24c Color Palettes


Comments

No comments written yet.

Please login to write comment.