color codes Logo

#feb83b color codes

#FEB83B
(254,184,59)
0 Favorites   0 Comments

Color spaces of #feb83b

RGB 25418459
HSL0.110.990.61
HSV38°77°100°
CMYK 0.000.280.77   0.00
XYZ58.803055.667611.7833
Yxy55.66760.46580.4409
Hunter Lab74.610710.112642.8638
CIE-Lab79.424314.735069.2160

#feb83b color RGB value is (254,184,59).

#feb83b hex color red value is 254, green value is 184 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #feb83b hue: 0.11 , saturation: 0.99 and the lightness value of feb83b is 0.61.

The process color (four color CMYK) of #feb83b color code is 0.00, 0.28, 0.77, 0.00. Web safe color of #feb83b is #ffcc33. Color #feb83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 00111011
Octal 376 270 73
Decimal 254 184 59
Hex FE B8 3B

RGB Percentages of Color #feb83b

%51.11
%37.02
%11.87

CMYK Percentages of Color #feb83b

%0
%28
%77
%0

Triadic Colors of #feb83b

#feb83b #3bfeb8 #b83bfe

Analogous Colors of #feb83b

#feb83b #e3fe3b #fe563b

Monochromatic Colors of #feb83b

#feb83b

Complementary Color

#feb83b #3b81fe

#feb83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb83b Color CSS Codes

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

#feb83b Text Font Color

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

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


#feb83b Background Color

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

This div background color is #feb83b


#feb83b Border Color

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

This div border color is #feb83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb83b


Comments

No comments written yet.

Please login to write comment.