Color Hex Logo

#feb74d Color Hex

#FEB74D
(254,183,77)
0 Favorites   0 Comments

Color spaces of #feb74d

RGB 25418377
HSL0.100.990.65
HSV36°70°100°
CMYK 0.000.280.70   0.00
XYZ59.146155.473614.6113
Yxy55.47360.45770.4293
Hunter Lab74.480611.408340.5052
CIE-Lab79.313316.040461.9396

#feb74d color RGB value is (254,183,77).

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

The process color (four color CMYK) of #feb74d color hex is 0.00, 0.28, 0.70, 0.00. Web safe color of #feb74d is #ffcc66. Color #feb74d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01001101
Octal 376 267 115
Decimal 254 183 77
Hex FE B7 4D

RGB Percentages of Color #feb74d

%49.42
%35.60
%14.98

CMYK Percentages of Color #feb74d

%0
%28
%70
%0

Triadic Colors of #feb74d

#feb74d #4dfeb7 #b74dfe

Analogous Colors of #feb74d

#feb74d #edfe4d #fe5e4d

Monochromatic Colors of #feb74d

#feb74d

Complementary Color

#feb74d #4d94fe

#feb74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb74d Color CSS Codes

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

#feb74d Text Font Color

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

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


#feb74d Background Color

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

This div background color is #feb74d


#feb74d Border Color

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

This div border color is #feb74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb74d

Related Colors


Comments

No comments written yet.

Please login to write comment.