Color Hex Logo

#feb434 Color Hex

#FEB434
(254,180,52)
0 Favorites   0 Comments

Color spaces of #feb434

RGB 25418052
HSL0.110.990.60
HSV38°80°100°
CMYK 0.000.290.80   0.00
XYZ57.814153.961310.6172
Yxy53.96130.47240.4409
Hunter Lab73.458411.933142.8515
CIE-Lab78.439216.579470.7713

#feb434 color RGB value is (254,180,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 00110100
Octal 376 264 64
Decimal 254 180 52
Hex FE B4 34

RGB Percentages of Color #feb434

%52.26
%37.04
%10.70

CMYK Percentages of Color #feb434

%0
%29
%80
%0

Triadic Colors of #feb434

#feb434 #34feb4 #b434fe

Analogous Colors of #feb434

#feb434 #e3fe34 #fe4f34

Monochromatic Colors of #feb434

#feb434

Complementary Color

#feb434 #347efe

#feb434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb434 Color CSS Codes

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

#feb434 Text Font Color

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

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


#feb434 Background Color

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

This div background color is #feb434


#feb434 Border Color

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

This div border color is #feb434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb434


Comments

No comments written yet.

Please login to write comment.