Color Hex Logo

#ffb24e Color Hex

#FFB24E
(255,178,78)
0 Favorites   0 Comments

Color spaces of #ffb24e

RGB 25517878
HSL0.091.000.65
HSV34°69°100°
CMYK 0.000.300.69   0.00
XYZ58.535553.650814.4782
Yxy53.65080.46210.4236
Hunter Lab73.246714.467539.5532
CIE-Lab78.257719.116460.4315

#ffb24e color RGB value is (255,178,78).

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

The process color (four color CMYK) of #ffb24e color hex is 0.00, 0.30, 0.69, 0.00. Web safe color of #ffb24e is #ff9966. Color #ffb24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110010 01001110
Octal 377 262 116
Decimal 255 178 78
Hex FF B2 4E

RGB Percentages of Color #ffb24e

%49.90
%34.83
%15.26

CMYK Percentages of Color #ffb24e

%0
%30
%69
%0

Triadic Colors of #ffb24e

#ffb24e #4effb2 #b24eff

Analogous Colors of #ffb24e

#ffb24e #f4ff4e #ff5a4e

Monochromatic Colors of #ffb24e

#ffb24e

Complementary Color

#ffb24e #4e9bff

#ffb24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb24e Color CSS Codes

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

#ffb24e Text Font Color

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

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


#ffb24e Background Color

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

This div background color is #ffb24e


#ffb24e Border Color

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

This div border color is #ffb24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb24e


Comments

No comments written yet.

Please login to write comment.