Color Hex Logo

#feef10 Color Hex

#FEEF10
(254,239,16)
0 Favorites   0 Comments

Color spaces of #feef10

RGB 25423916
HSL0.160.990.53
HSV56°94°100°
CMYK 0.000.060.94   0.00
XYZ71.833182.841212.6942
Yxy82.84120.42920.4950
Hunter Lab91.0171-18.403155.4428
CIE-Lab92.9449-14.149090.1321

#feef10 color RGB value is (254,239,16).

#feef10 hex color red value is 254, green value is 239 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #feef10 hue: 0.16 , saturation: 0.99 and the lightness value of feef10 is 0.53.

The process color (four color CMYK) of #feef10 color hex is 0.00, 0.06, 0.94, 0.00. Web safe color of #feef10 is #ffff00. Color #feef10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 00010000
Octal 376 357 20
Decimal 254 239 16
Hex FE EF 10

RGB Percentages of Color #feef10

%49.90
%46.95
%3.14

CMYK Percentages of Color #feef10

%0
%6
%94
%0

Triadic Colors of #feef10

#feef10 #10feef #ef10fe

Analogous Colors of #feef10

#feef10 #96fe10 #fe7810

Monochromatic Colors of #feef10

#feef10

Complementary Color

#feef10 #101ffe

#feef10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feef10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feef10 Color CSS Codes

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

#feef10 Text Font Color

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

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


#feef10 Background Color

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

This div background color is #feef10


#feef10 Border Color

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

This div border color is #feef10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feef10


Comments

No comments written yet.

Please login to write comment.