Color Hex Logo

#feeb2d Color Hex

#FEEB2D
(254,235,45)
0 Favorites   0 Comments

Color spaces of #feeb2d

RGB 25423545
HSL0.150.990.59
HSV55°82°100°
CMYK 0.000.070.82   0.00
XYZ71.055080.677014.3098
Yxy80.67700.42790.4859
Hunter Lab89.8204-15.978153.4284
CIE-Lab91.9878-11.674084.5014

#feeb2d color RGB value is (254,235,45).

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

The process color (four color CMYK) of #feeb2d color hex is 0.00, 0.07, 0.82, 0.00. Web safe color of #feeb2d is #ffff33. Color #feeb2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101011 00101101
Octal 376 353 55
Decimal 254 235 45
Hex FE EB 2D

RGB Percentages of Color #feeb2d

%47.57
%44.01
%8.43

CMYK Percentages of Color #feeb2d

%0
%7
%82
%0

Triadic Colors of #feeb2d

#feeb2d #2dfeeb #eb2dfe

Analogous Colors of #feeb2d

#feeb2d #a9fe2d #fe832d

Monochromatic Colors of #feeb2d

#feeb2d

Complementary Color

#feeb2d #2d40fe

#feeb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeb2d Color CSS Codes

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

#feeb2d Text Font Color

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

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


#feeb2d Background Color

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

This div background color is #feeb2d


#feeb2d Border Color

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

This div border color is #feeb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeb2d


Comments

No comments written yet.

Please login to write comment.