Color Hex Logo

#febe43 Color Hex

#FEBE43
(254,190,67)
0 Favorites   0 Comments

Color spaces of #febe43

RGB 25419067
HSL0.110.990.63
HSV39°74°100°
CMYK 0.000.250.74   0.00
XYZ60.299658.303013.3857
Yxy58.30300.45690.4417
Hunter Lab76.35647.340043.0556
CIE-Lab80.907011.928367.6343

#febe43 color RGB value is (254,190,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 01000011
Octal 376 276 103
Decimal 254 190 67
Hex FE BE 43

RGB Percentages of Color #febe43

%49.71
%37.18
%13.11

CMYK Percentages of Color #febe43

%0
%25
%74
%0

Triadic Colors of #febe43

#febe43 #43febe #be43fe

Analogous Colors of #febe43

#febe43 #e1fe43 #fe6143

Monochromatic Colors of #febe43

#febe43

Complementary Color

#febe43 #4383fe

#febe43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe43 Color CSS Codes

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

#febe43 Text Font Color

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

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


#febe43 Background Color

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

This div background color is #febe43


#febe43 Border Color

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

This div border color is #febe43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe43


Comments

No comments written yet.

Please login to write comment.