Color Hex Logo

#fee33d Color Hex

#FEE33D
(254,227,61)
0 Favorites   0 Comments

Color spaces of #fee33d

RGB 25422761
HSL0.140.990.62
HSV52°76°100°
CMYK 0.000.110.76   0.00
XYZ69.184476.345915.5047
Yxy76.34590.42960.4741
Hunter Lab87.3761-11.572050.6424
CIE-Lab90.0197-7.208678.3532

#fee33d color RGB value is (254,227,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100011 00111101
Octal 376 343 75
Decimal 254 227 61
Hex FE E3 3D

RGB Percentages of Color #fee33d

%46.86
%41.88
%11.25

CMYK Percentages of Color #fee33d

%0
%11
%76
%0

Triadic Colors of #fee33d

#fee33d #3dfee3 #e33dfe

Analogous Colors of #fee33d

#fee33d #b9fe3d #fe833d

Monochromatic Colors of #fee33d

#fee33d

Complementary Color

#fee33d #3d58fe

#fee33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee33d Color CSS Codes

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

#fee33d Text Font Color

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

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


#fee33d Background Color

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

This div background color is #fee33d


#fee33d Border Color

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

This div border color is #fee33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee33d

Related Colors


Comments

No comments written yet.

Please login to write comment.