Color Hex Logo

#feb430 Color Hex

#FEB430
(254,180,48)
0 Favorites   0 Comments

Color spaces of #feb430

RGB 25418048
HSL0.110.990.59
HSV38°81°100°
CMYK 0.000.290.81   0.00
XYZ57.727853.926710.1626
Yxy53.92670.47390.4427
Hunter Lab73.434811.809743.1993
CIE-Lab78.419016.455572.0695

#feb430 color RGB value is (254,180,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 00110000
Octal 376 264 60
Decimal 254 180 48
Hex FE B4 30

RGB Percentages of Color #feb430

%52.70
%37.34
%9.96

CMYK Percentages of Color #feb430

%0
%29
%81
%0

Triadic Colors of #feb430

#feb430 #30feb4 #b430fe

Analogous Colors of #feb430

#feb430 #e1fe30 #fe4d30

Monochromatic Colors of #feb430

#feb430

Complementary Color

#feb430 #307afe

#feb430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb430 Color CSS Codes

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

#feb430 Text Font Color

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

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


#feb430 Background Color

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

This div background color is #feb430


#feb430 Border Color

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

This div border color is #feb430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb430

Related Colors


Comments

No comments written yet.

Please login to write comment.