Color Hex Logo

#feb84b Color Hex

#FEB84B
(254,184,75)
0 Favorites   0 Comments

Color spaces of #feb84b

RGB 25418475
HSL0.100.990.65
HSV37°70°100°
CMYK 0.000.280.70   0.00
XYZ59.283555.859814.3141
Yxy55.85980.45790.4315
Hunter Lab74.739410.792740.9624
CIE-Lab79.534015.419563.0191

#feb84b color RGB value is (254,184,75).

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

The process color (four color CMYK) of #feb84b color hex is 0.00, 0.28, 0.70, 0.00. Web safe color of #feb84b is #ffcc33. Color #feb84b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 01001011
Octal 376 270 113
Decimal 254 184 75
Hex FE B8 4B

RGB Percentages of Color #feb84b

%49.51
%35.87
%14.62

CMYK Percentages of Color #feb84b

%0
%28
%70
%0

Triadic Colors of #feb84b

#feb84b #4bfeb8 #b84bfe

Analogous Colors of #feb84b

#feb84b #ebfe4b #fe5f4b

Monochromatic Colors of #feb84b

#feb84b

Complementary Color

#feb84b #4b91fe

#feb84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb84b Color CSS Codes

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

#feb84b Text Font Color

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

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


#feb84b Background Color

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

This div background color is #feb84b


#feb84b Border Color

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

This div border color is #feb84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb84b

Related Colors


Comments

No comments written yet.

Please login to write comment.