Color Hex Logo

#febe30 Color Hex

#FEBE30
(254,190,48)
0 Favorites   0 Comments

Color spaces of #febe30

RGB 25419048
HSL0.110.990.59
HSV41°81°100°
CMYK 0.000.250.81   0.00
XYZ59.820058.111110.8600
Yxy58.11110.46450.4512
Hunter Lab76.23066.669644.9148
CIE-Lab80.800511.245074.1462

#febe30 color RGB value is (254,190,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 00110000
Octal 376 276 60
Decimal 254 190 48
Hex FE BE 30

RGB Percentages of Color #febe30

%51.63
%38.62
%9.76

CMYK Percentages of Color #febe30

%0
%25
%81
%0

Triadic Colors of #febe30

#febe30 #30febe #be30fe

Analogous Colors of #febe30

#febe30 #d7fe30 #fe5730

Monochromatic Colors of #febe30

#febe30

Complementary Color

#febe30 #3070fe

#febe30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe30 Color CSS Codes

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

#febe30 Text Font Color

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

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


#febe30 Background Color

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

This div background color is #febe30


#febe30 Border Color

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

This div border color is #febe30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe30

Related Colors


Comments

No comments written yet.

Please login to write comment.