Color Hex Logo

#ffe01b Color Hex

#FFE01B
(255,224,27)
0 Favorites   0 Comments

Color spaces of #ffe01b

RGB 25522427
HSL0.141.000.55
HSV52°89°100°
CMYK 0.000.120.89   0.00
XYZ68.093574.650411.8570
Yxy74.65040.44040.4829
Hunter Lab86.4005-10.522352.3438
CIE-Lab89.2290-6.176985.9223

#ffe01b color RGB value is (255,224,27).

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

The process color (four color CMYK) of #ffe01b color hex is 0.00, 0.12, 0.89, 0.00. Web safe color of #ffe01b is #ffcc33. Color #ffe01b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 00011011
Octal 377 340 33
Decimal 255 224 27
Hex FF E0 1B

RGB Percentages of Color #ffe01b

%50.40
%44.27
%5.34

CMYK Percentages of Color #ffe01b

%0
%12
%89
%0

Triadic Colors of #ffe01b

#ffe01b #1bffe0 #e01bff

Analogous Colors of #ffe01b

#ffe01b #acff1b #ff6e1b

Monochromatic Colors of #ffe01b

#ffe01b

Complementary Color

#ffe01b #1b3aff

#ffe01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe01b Color CSS Codes

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

#ffe01b Text Font Color

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

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


#ffe01b Background Color

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

This div background color is #ffe01b


#ffe01b Border Color

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

This div border color is #ffe01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe01b


Comments

No comments written yet.

Please login to write comment.