Color Hex Logo

#fee634 Color Hex

#FEE634
(254,230,52)
0 Favorites   0 Comments

Color spaces of #fee634

RGB 25423052
HSL0.150.990.60
HSV53°80°100°
CMYK 0.000.090.80   0.00
XYZ69.789777.912414.6091
Yxy77.91240.43000.4800
Hunter Lab88.2680-13.336851.9746
CIE-Lab90.7399-9.005181.6458

#fee634 color RGB value is (254,230,52).

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

The process color (four color CMYK) of #fee634 color hex is 0.00, 0.09, 0.80, 0.00. Web safe color of #fee634 is #ffff33. Color #fee634 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 00110100
Octal 376 346 64
Decimal 254 230 52
Hex FE E6 34

RGB Percentages of Color #fee634

%47.39
%42.91
%9.70

CMYK Percentages of Color #fee634

%0
%9
%80
%0

Triadic Colors of #fee634

#fee634 #34fee6 #e634fe

Analogous Colors of #fee634

#fee634 #b1fe34 #fe8134

Monochromatic Colors of #fee634

#fee634

Complementary Color

#fee634 #344cfe

#fee634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee634 Color CSS Codes

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

#fee634 Text Font Color

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

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


#fee634 Background Color

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

This div background color is #fee634


#fee634 Border Color

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

This div border color is #fee634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee634


Comments

No comments written yet.

Please login to write comment.