Color Hex Logo

#feb334 Color Hex

#FEB334
(254,179,52)
0 Favorites   0 Comments

Color spaces of #feb334

RGB 25417952
HSL0.100.990.60
HSV38°80°100°
CMYK 0.000.300.80   0.00
XYZ57.613053.559010.5502
Yxy53.55900.47330.4400
Hunter Lab73.184012.449442.6816
CIE-Lab78.203917.101770.5597

#feb334 color RGB value is (254,179,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 00110100
Octal 376 263 64
Decimal 254 179 52
Hex FE B3 34

RGB Percentages of Color #feb334

%52.37
%36.91
%10.72

CMYK Percentages of Color #feb334

%0
%30
%80
%0

Triadic Colors of #feb334

#feb334 #34feb3 #b334fe

Analogous Colors of #feb334

#feb334 #e4fe34 #fe4e34

Monochromatic Colors of #feb334

#feb334

Complementary Color

#feb334 #347ffe

#feb334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb334 Color CSS Codes

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

#feb334 Text Font Color

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

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


#feb334 Background Color

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

This div background color is #feb334


#feb334 Border Color

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

This div border color is #feb334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb334


Comments

No comments written yet.

Please login to write comment.