Color Hex Logo

#feb920 Color Hex

#FEB920
(254,185,32)
0 Favorites   0 Comments

Color spaces of #feb920

RGB 25418532
HSL0.110.990.56
HSV41°87°100°
CMYK 0.000.270.87   0.00
XYZ58.482755.87309.0687
Yxy55.87300.47380.4527
Hunter Lab74.74828.848245.1305
CIE-Lab79.541513.454877.3843

#feb920 color RGB value is (254,185,32).

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

The process color (four color CMYK) of #feb920 color hex is 0.00, 0.27, 0.87, 0.00. Web safe color of #feb920 is #ffcc33. Color #feb920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 00100000
Octal 376 271 40
Decimal 254 185 32
Hex FE B9 20

RGB Percentages of Color #feb920

%53.93
%39.28
%6.79

CMYK Percentages of Color #feb920

%0
%27
%87
%0

Triadic Colors of #feb920

#feb920 #20feb9 #b920fe

Analogous Colors of #feb920

#feb920 #d4fe20 #fe4a20

Monochromatic Colors of #feb920

#feb920

Complementary Color

#feb920 #2065fe

#feb920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb920 Color CSS Codes

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

#feb920 Text Font Color

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

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


#feb920 Background Color

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

This div background color is #feb920


#feb920 Border Color

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

This div border color is #feb920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb920


Comments

No comments written yet.

Please login to write comment.