Color Hex Logo

#feb754 Color Hex

#FEB754
(254,183,84)
0 Favorites   0 Comments

Color spaces of #feb754

RGB 25418384
HSL0.100.990.66
HSV35°67°100°
CMYK 0.000.280.67   0.00
XYZ59.406855.577915.9840
Yxy55.57790.45360.4244
Hunter Lab74.550611.777039.4734
CIE-Lab79.373016.409458.9315

#feb754 color RGB value is (254,183,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01010100
Octal 376 267 124
Decimal 254 183 84
Hex FE B7 54

RGB Percentages of Color #feb754

%48.75
%35.12
%16.12

CMYK Percentages of Color #feb754

%0
%28
%67
%0

Triadic Colors of #feb754

#feb754 #54feb7 #b754fe

Analogous Colors of #feb754

#feb754 #f0fe54 #fe6254

Monochromatic Colors of #feb754

#feb754

Complementary Color

#feb754 #549bfe

#feb754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb754 Color CSS Codes

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

#feb754 Text Font Color

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

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


#feb754 Background Color

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

This div background color is #feb754


#feb754 Border Color

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

This div border color is #feb754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb754


Comments

No comments written yet.

Please login to write comment.