Color Hex Logo

#feb442 Color Hex

#FEB442
(254,180,66)
0 Favorites   0 Comments

Color spaces of #feb442

RGB 25418066
HSL0.100.990.63
HSV36°74°100°
CMYK 0.000.290.74   0.00
XYZ58.177754.106712.5316
Yxy54.10670.46610.4335
Hunter Lab73.557312.453541.3891
CIE-Lab78.523917.100365.6873

#feb442 color RGB value is (254,180,66).

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

The process color (four color CMYK) of #feb442 color hex is 0.00, 0.29, 0.74, 0.00. Web safe color of #feb442 is #ffcc33. Color #feb442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01000010
Octal 376 264 102
Decimal 254 180 66
Hex FE B4 42

RGB Percentages of Color #feb442

%50.80
%36.00
%13.20

CMYK Percentages of Color #feb442

%0
%29
%74
%0

Triadic Colors of #feb442

#feb442 #42feb4 #b442fe

Analogous Colors of #feb442

#feb442 #eafe42 #fe5642

Monochromatic Colors of #feb442

#feb442

Complementary Color

#feb442 #428cfe

#feb442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb442 Color CSS Codes

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

#feb442 Text Font Color

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

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


#feb442 Background Color

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

This div background color is #feb442


#feb442 Border Color

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

This div border color is #feb442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb442


Comments

No comments written yet.

Please login to write comment.