Color Hex Logo

#ffe05b Color Hex

#FFE05B
(255,224,91)
0 Favorites   0 Comments

Color spaces of #ffe05b

RGB 25522491
HSL0.141.000.68
HSV49°64°100°
CMYK 0.000.120.64   0.00
XYZ69.784075.326620.7590
Yxy75.32660.42070.4541
Hunter Lab86.7909-8.361646.5724
CIE-Lab89.5458-3.870166.8657

#ffe05b color RGB value is (255,224,91).

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

The process color (four color CMYK) of #ffe05b color hex is 0.00, 0.12, 0.64, 0.00. Web safe color of #ffe05b is #ffcc66. Color #ffe05b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 01011011
Octal 377 340 133
Decimal 255 224 91
Hex FF E0 5B

RGB Percentages of Color #ffe05b

%44.74
%39.30
%15.96

CMYK Percentages of Color #ffe05b

%0
%12
%64
%0

Triadic Colors of #ffe05b

#ffe05b #5bffe0 #e05bff

Analogous Colors of #ffe05b

#ffe05b #ccff5b #ff8e5b

Monochromatic Colors of #ffe05b

#ffe05b

Complementary Color

#ffe05b #5b7aff

#ffe05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe05b Color CSS Codes

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

#ffe05b Text Font Color

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

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


#ffe05b Background Color

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

This div background color is #ffe05b


#ffe05b Border Color

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

This div border color is #ffe05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe05b

#ffe05b Color Palettes


Comments

No comments written yet.

Please login to write comment.