Color Hex Logo

#feb827 Color Hex

#FEB827
(254,184,39)
0 Favorites   0 Comments

Color spaces of #feb827

RGB 25418439
HSL0.110.990.57
HSV40°85°100°
CMYK 0.000.280.85   0.00
XYZ58.379755.49839.5548
Yxy55.49830.47300.4496
Hunter Lab74.49729.511444.5437
CIE-Lab79.327414.127775.4818

#feb827 color RGB value is (254,184,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 00100111
Octal 376 270 47
Decimal 254 184 39
Hex FE B8 27

RGB Percentages of Color #feb827

%53.25
%38.57
%8.18

CMYK Percentages of Color #feb827

%0
%28
%85
%0

Triadic Colors of #feb827

#feb827 #27feb8 #b827fe

Analogous Colors of #feb827

#feb827 #d9fe27 #fe4d27

Monochromatic Colors of #feb827

#feb827

Complementary Color

#feb827 #276dfe

#feb827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb827 Color CSS Codes

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

#feb827 Text Font Color

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

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


#feb827 Background Color

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

This div background color is #feb827


#feb827 Border Color

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

This div border color is #feb827


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,184,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 #feb827">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb827


Comments

No comments written yet.

Please login to write comment.