Color Hex Logo

#feb200 Color Hex

#FEB200
(254,178,0)
0 Favorites   0 Comments

Color spaces of #feb200

RGB 2541780
HSL0.121.000.50
HSV42°100°100°
CMYK 0.000.301.00   0.00
XYZ56.793452.91167.2196
Yxy52.91160.48570.4525
Hunter Lab72.740412.071645.0336
CIE-Lab77.822816.728280.8139

#feb200 color RGB value is (254,178,0).

#feb200 hex color red value is 254, green value is 178 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #feb200 hue: 0.12 , saturation: 1.00 and the lightness value of feb200 is 0.50.

The process color (four color CMYK) of #feb200 color hex is 0.00, 0.30, 1.00, 0.00. Web safe color of #feb200 is #ff9900. Color #feb200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 00000000
Octal 376 262 0
Decimal 254 178 0
Hex FE B2 0

RGB Percentages of Color #feb200

%58.80
%41.20
%0.00

CMYK Percentages of Color #feb200

%0
%30
%100
%0

Triadic Colors of #feb200

#feb200 #00feb2 #b200fe

Analogous Colors of #feb200

#feb200 #cbfe00 #fe3300

Monochromatic Colors of #feb200

#feb200

Complementary Color

#feb200 #004cfe

#feb200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb200 Color CSS Codes

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

#feb200 Text Font Color

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

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


#feb200 Background Color

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

This div background color is #feb200


#feb200 Border Color

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

This div border color is #feb200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb200


Comments

No comments written yet.

Please login to write comment.