Color Hex Logo

#fee234 Color Hex

#FEE234
(254,226,52)
0 Favorites   0 Comments

Color spaces of #fee234

RGB 25422652
HSL0.140.990.60
HSV52°80°100°
CMYK 0.000.110.80   0.00
XYZ68.689275.711514.2423
Yxy75.71150.43300.4772
Hunter Lab87.0124-11.360351.2040
CIE-Lab89.7252-7.015080.7606

#fee234 color RGB value is (254,226,52).

#fee234 hex color red value is 254, green value is 226 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fee234 hue: 0.14 , saturation: 0.99 and the lightness value of fee234 is 0.60.

The process color (four color CMYK) of #fee234 color hex is 0.00, 0.11, 0.80, 0.00. Web safe color of #fee234 is #ffcc33. Color #fee234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100010 00110100
Octal 376 342 64
Decimal 254 226 52
Hex FE E2 34

RGB Percentages of Color #fee234

%47.74
%42.48
%9.77

CMYK Percentages of Color #fee234

%0
%11
%80
%0

Triadic Colors of #fee234

#fee234 #34fee2 #e234fe

Analogous Colors of #fee234

#fee234 #b5fe34 #fe7d34

Monochromatic Colors of #fee234

#fee234

Complementary Color

#fee234 #3450fe

#fee234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee234 Color CSS Codes

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

#fee234 Text Font Color

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

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


#fee234 Background Color

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

This div background color is #fee234


#fee234 Border Color

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

This div border color is #fee234


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,226,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee234; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee234;
  -webkit-box-shadow: 1px 1px 3px 2px #fee234;
  box-shadow:         1px 1px 3px 2px #fee234; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,226,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee234

Related Colors


Comments

No comments written yet.

Please login to write comment.