Color Hex Logo

#feb927 Color Hex

#FEB927
(254,185,39)
0 Favorites   0 Comments

Color spaces of #feb927

RGB 25418539
HSL0.110.990.57
HSV41°85°100°
CMYK 0.000.270.85   0.00
XYZ58.588255.91529.6242
Yxy55.91520.47200.4505
Hunter Lab74.77658.997944.7125
CIE-Lab79.565513.606775.6776

#feb927 color RGB value is (254,185,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 00100111
Octal 376 271 47
Decimal 254 185 39
Hex FE B9 27

RGB Percentages of Color #feb927

%53.14
%38.70
%8.16

CMYK Percentages of Color #feb927

%0
%27
%85
%0

Triadic Colors of #feb927

#feb927 #27feb9 #b927fe

Analogous Colors of #feb927

#feb927 #d8fe27 #fe4d27

Monochromatic Colors of #feb927

#feb927

Complementary Color

#feb927 #276cfe

#feb927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb927 Color CSS Codes

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

#feb927 Text Font Color

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

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


#feb927 Background Color

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

This div background color is #feb927


#feb927 Border Color

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

This div border color is #feb927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb927


Comments

No comments written yet.

Please login to write comment.