Color Hex Logo

#feb750 Color Hex

#FEB750
(254,183,80)
0 Favorites   0 Comments

Color spaces of #feb750

RGB 25418380
HSL0.100.990.65
HSV36°69°100°
CMYK 0.000.280.69   0.00
XYZ59.254555.517015.1822
Yxy55.51700.45600.4272
Hunter Lab74.509711.561640.0758
CIE-Lab79.338116.193960.6659

#feb750 color RGB value is (254,183,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 01010000
Octal 376 267 120
Decimal 254 183 80
Hex FE B7 50

RGB Percentages of Color #feb750

%49.13
%35.40
%15.47

CMYK Percentages of Color #feb750

%0
%28
%69
%0

Triadic Colors of #feb750

#feb750 #50feb7 #b750fe

Analogous Colors of #feb750

#feb750 #eefe50 #fe6050

Monochromatic Colors of #feb750

#feb750

Complementary Color

#feb750 #5097fe

#feb750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb750 Color CSS Codes

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

#feb750 Text Font Color

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

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


#feb750 Background Color

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

This div background color is #feb750


#feb750 Border Color

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

This div border color is #feb750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb750

Related Colors


Comments

No comments written yet.

Please login to write comment.