Color Hex Logo

#ffe00b Color Hex

#FFE00B
(255,224,11)
0 Favorites   0 Comments

Color spaces of #ffe00b

RGB 25522411
HSL0.151.000.52
HSV52°96°100°
CMYK 0.000.120.96   0.00
XYZ67.956174.595511.1333
Yxy74.59550.44220.4854
Hunter Lab86.3687-10.698952.8153
CIE-Lab89.2032-6.366887.8619

#ffe00b color RGB value is (255,224,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 00001011
Octal 377 340 13
Decimal 255 224 11
Hex FF E0 B

RGB Percentages of Color #ffe00b

%52.04
%45.71
%2.24

CMYK Percentages of Color #ffe00b

%0
%12
%96
%0

Triadic Colors of #ffe00b

#ffe00b #0bffe0 #e00bff

Analogous Colors of #ffe00b

#ffe00b #a4ff0b #ff660b

Monochromatic Colors of #ffe00b

#ffe00b

Complementary Color

#ffe00b #0b2aff

#ffe00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe00b Color CSS Codes

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

#ffe00b Text Font Color

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

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


#ffe00b Background Color

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

This div background color is #ffe00b


#ffe00b Border Color

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

This div border color is #ffe00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe00b


Comments

No comments written yet.

Please login to write comment.