Color Hex Logo

#feb244 Color Hex

#FEB244
(254,178,68)
0 Favorites   0 Comments

Color spaces of #feb244

RGB 25417868
HSL0.100.990.63
HSV35°73°100°
CMYK 0.000.300.73   0.00
XYZ57.836853.329012.7140
Yxy53.32900.46690.4305
Hunter Lab73.026713.574440.7963
CIE-Lab78.068818.231064.4330

#feb244 color RGB value is (254,178,68).

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

The process color (four color CMYK) of #feb244 color hex is 0.00, 0.30, 0.73, 0.00. Web safe color of #feb244 is #ff9933. Color #feb244 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 01000100
Octal 376 262 104
Decimal 254 178 68
Hex FE B2 44

RGB Percentages of Color #feb244

%50.80
%35.60
%13.60

CMYK Percentages of Color #feb244

%0
%30
%73
%0

Triadic Colors of #feb244

#feb244 #44feb2 #b244fe

Analogous Colors of #feb244

#feb244 #edfe44 #fe5544

Monochromatic Colors of #feb244

#feb244

Complementary Color

#feb244 #4490fe

#feb244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb244 Color CSS Codes

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

#feb244 Text Font Color

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

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


#feb244 Background Color

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

This div background color is #feb244


#feb244 Border Color

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

This div border color is #feb244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb244


Comments

No comments written yet.

Please login to write comment.