Color Hex Logo

#feb542 Color Hex

#FEB542
(254,181,66)
0 Favorites   0 Comments

Color spaces of #feb542

RGB 25418166
HSL0.100.990.63
HSV37°74°100°
CMYK 0.000.290.74   0.00
XYZ58.380354.511912.5991
Yxy54.51190.46520.4344
Hunter Lab73.832211.936541.5650
CIE-Lab78.759316.578065.9188

#feb542 color RGB value is (254,181,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 01000010
Octal 376 265 102
Decimal 254 181 66
Hex FE B5 42

RGB Percentages of Color #feb542

%50.70
%36.13
%13.17

CMYK Percentages of Color #feb542

%0
%29
%74
%0

Triadic Colors of #feb542

#feb542 #42feb5 #b542fe

Analogous Colors of #feb542

#feb542 #e9fe42 #fe5742

Monochromatic Colors of #feb542

#feb542

Complementary Color

#feb542 #428bfe

#feb542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb542 Color CSS Codes

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

#feb542 Text Font Color

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

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


#feb542 Background Color

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

This div background color is #feb542


#feb542 Border Color

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

This div border color is #feb542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb542

Related Colors


Comments

No comments written yet.

Please login to write comment.