color codes Logo

#feb34d color codes

#FEB34D
(254,179,77)
0 Favorites   0 Comments

Color spaces of #feb34d

RGB 25417977
HSL0.100.990.65
HSV35°70°100°
CMYK 0.000.300.70   0.00
XYZ58.332753.846914.3402
Yxy53.84690.46110.4256
Hunter Lab73.380413.480239.7797
CIE-Lab78.372418.130260.9546

#feb34d color RGB value is (254,179,77).

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

The process color (four color CMYK) of #feb34d color code is 0.00, 0.30, 0.70, 0.00. Web safe color of #feb34d is #ffcc66. Color #feb34d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01001101
Octal 376 263 115
Decimal 254 179 77
Hex FE B3 4D

RGB Percentages of Color #feb34d

%49.80
%35.10
%15.10

CMYK Percentages of Color #feb34d

%0
%30
%70
%0

Triadic Colors of #feb34d

#feb34d #4dfeb3 #b34dfe

Analogous Colors of #feb34d

#feb34d #f1fe4d #fe5b4d

Monochromatic Colors of #feb34d

#feb34d

Complementary Color

#feb34d #4d98fe

#feb34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb34d Color CSS Codes

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

#feb34d Text Font Color

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

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


#feb34d Background Color

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

This div background color is #feb34d


#feb34d Border Color

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

This div border color is #feb34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb34d


Comments

No comments written yet.

Please login to write comment.