Color Hex Logo

#ffe50b Color Hex

#FFE50B
(255,229,11)
0 Favorites   0 Comments

Color spaces of #ffe50b

RGB 25522911
HSL0.151.000.52
HSV54°96°100°
CMYK 0.000.100.96   0.00
XYZ69.319777.322811.5879
Yxy77.32280.43810.4887
Hunter Lab87.9334-13.168253.7401
CIE-Lab90.4700-8.856588.7901

#ffe50b color RGB value is (255,229,11).

#ffe50b hex color red value is 255, green value is 229 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ffe50b hue: 0.15 , saturation: 1.00 and the lightness value of ffe50b is 0.52.

The process color (four color CMYK) of #ffe50b color hex is 0.00, 0.10, 0.96, 0.00. Web safe color of #ffe50b is #ffcc00. Color #ffe50b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 00001011
Octal 377 345 13
Decimal 255 229 11
Hex FF E5 B

RGB Percentages of Color #ffe50b

%51.52
%46.26
%2.22

CMYK Percentages of Color #ffe50b

%0
%10
%96
%0

Triadic Colors of #ffe50b

#ffe50b #0bffe5 #e50bff

Analogous Colors of #ffe50b

#ffe50b #9fff0b #ff6b0b

Monochromatic Colors of #ffe50b

#ffe50b

Complementary Color

#ffe50b #0b25ff

#ffe50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe50b Color CSS Codes

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

#ffe50b Text Font Color

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

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


#ffe50b Background Color

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

This div background color is #ffe50b


#ffe50b Border Color

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

This div border color is #ffe50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe50b

Related Colors

#ffe50b Color Palettes


Comments

No comments written yet.

Please login to write comment.