Color Hex Logo

#ffe40b Color Hex

#FFE40B
(255,228,11)
0 Favorites   0 Comments

Color spaces of #ffe40b

RGB 25522811
HSL0.151.000.52
HSV53°96°100°
CMYK 0.000.110.96   0.00
XYZ69.043876.771011.4959
Yxy76.77100.43890.4880
Hunter Lab87.6191-12.675453.5543
CIE-Lab90.2161-8.360188.6038

#ffe40b color RGB value is (255,228,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 00001011
Octal 377 344 13
Decimal 255 228 11
Hex FF E4 B

RGB Percentages of Color #ffe40b

%51.62
%46.15
%2.23

CMYK Percentages of Color #ffe40b

%0
%11
%96
%0

Triadic Colors of #ffe40b

#ffe40b #0bffe4 #e40bff

Analogous Colors of #ffe40b

#ffe40b #a0ff0b #ff6a0b

Monochromatic Colors of #ffe40b

#ffe40b

Complementary Color

#ffe40b #0b26ff

#ffe40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe40b Color CSS Codes

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

#ffe40b Text Font Color

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

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


#ffe40b Background Color

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

This div background color is #ffe40b


#ffe40b Border Color

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

This div border color is #ffe40b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,228,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 #ffe40b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe40b

Related Colors

#ffe40b Color Palettes


Comments

No comments written yet.

Please login to write comment.