Color Hex Logo

#f2e054 Color Hex

#F2E054
(242,224,84)
0 Favorites   0 Comments

Color spaces of #f2e054

RGB 24222484
HSL0.150.860.64
HSV53°65°95°
CMYK 0.000.070.65   0.05
XYZ64.873872.828619.0256
Yxy72.82860.41390.4647
Hunter Lab85.3397-13.651746.5197
CIE-Lab88.3659-9.622468.1290

#f2e054 color RGB value is (242,224,84).

#f2e054 hex color red value is 242, green value is 224 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #f2e054 hue: 0.15 , saturation: 0.86 and the lightness value of f2e054 is 0.64.

The process color (four color CMYK) of #f2e054 color hex is 0.00, 0.07, 0.65, 0.05. Web safe color of #f2e054 is #ffcc66. Color #f2e054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11100000 01010100
Octal 362 340 124
Decimal 242 224 84
Hex F2 E0 54

RGB Percentages of Color #f2e054

%44.00
%40.73
%15.27

CMYK Percentages of Color #f2e054

%0
%7
%65
%5

Triadic Colors of #f2e054

#f2e054 #54f2e0 #e054f2

Analogous Colors of #f2e054

#f2e054 #b5f254 #f29154

Monochromatic Colors of #f2e054

#f2e054

Complementary Color

#f2e054 #5466f2

#f2e054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2e054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2e054 Color CSS Codes

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

#f2e054 Text Font Color

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

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


#f2e054 Background Color

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

This div background color is #f2e054


#f2e054 Border Color

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

This div border color is #f2e054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2e054


Comments

No comments written yet.

Please login to write comment.