Color Hex Logo

#ffe054 Color Hex

#FFE054
(255,224,84)
0 Favorites   0 Comments

Color spaces of #ffe054

RGB 25522484
HSL0.141.000.66
HSV49°67°100°
CMYK 0.000.120.67   0.00
XYZ69.495975.211419.2419
Yxy75.21140.42390.4587
Hunter Lab86.7245-8.728547.5523
CIE-Lab89.4919-4.259769.6482

#ffe054 color RGB value is (255,224,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 01010100
Octal 377 340 124
Decimal 255 224 84
Hex FF E0 54

RGB Percentages of Color #ffe054

%45.29
%39.79
%14.92

CMYK Percentages of Color #ffe054

%0
%12
%67
%0

Triadic Colors of #ffe054

#ffe054 #54ffe0 #e054ff

Analogous Colors of #ffe054

#ffe054 #c9ff54 #ff8b54

Monochromatic Colors of #ffe054

#ffe054

Complementary Color

#ffe054 #5473ff

#ffe054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe054 Color CSS Codes

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

#ffe054 Text Font Color

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

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


#ffe054 Background Color

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

This div background color is #ffe054


#ffe054 Border Color

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

This div border color is #ffe054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe054

Related Colors


Comments

No comments written yet.

Please login to write comment.