Color Hex Logo

#febb42 Color Hex

#FEBB42
(254,187,66)
0 Favorites   0 Comments

Color spaces of #febb42

RGB 25418766
HSL0.110.990.63
HSV39°74°100°
CMYK 0.000.260.74   0.00
XYZ59.626757.004813.0146
Yxy57.00480.45990.4397
Hunter Lab75.50158.841242.6309
CIE-Lab80.182313.447867.3125

#febb42 color RGB value is (254,187,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 01000010
Octal 376 273 102
Decimal 254 187 66
Hex FE BB 42

RGB Percentages of Color #febb42

%50.10
%36.88
%13.02

CMYK Percentages of Color #febb42

%0
%26
%74
%0

Triadic Colors of #febb42

#febb42 #42febb #bb42fe

Analogous Colors of #febb42

#febb42 #e3fe42 #fe5d42

Monochromatic Colors of #febb42

#febb42

Complementary Color

#febb42 #4285fe

#febb42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb42 Color CSS Codes

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

#febb42 Text Font Color

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

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


#febb42 Background Color

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

This div background color is #febb42


#febb42 Border Color

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

This div border color is #febb42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb42


Comments

No comments written yet.

Please login to write comment.