Color Hex Logo

#feb372 Color Hex

#FEB372
(254,179,114)
0 Favorites   0 Comments

Color spaces of #feb372

RGB 254179114
HSL0.080.990.72
HSV28°55°100°
CMYK 0.000.300.55   0.00
XYZ60.030454.525923.2802
Yxy54.52590.43550.3956
Hunter Lab73.841715.890732.9967
CIE-Lab78.767420.510343.7991

#feb372 color RGB value is (254,179,114).

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

The process color (four color CMYK) of #feb372 color hex is 0.00, 0.30, 0.55, 0.00. Web safe color of #feb372 is #ffcc66. Color #feb372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01110010
Octal 376 263 162
Decimal 254 179 114
Hex FE B3 72

RGB Percentages of Color #feb372

%46.44
%32.72
%20.84

CMYK Percentages of Color #feb372

%0
%30
%55
%0

Triadic Colors of #feb372

#feb372 #72feb3 #b372fe

Analogous Colors of #feb372

#feb372 #fef972 #fe7277

Monochromatic Colors of #feb372

#feb372

Complementary Color

#feb372 #72bdfe

#feb372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb372 Color CSS Codes

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

#feb372 Text Font Color

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

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


#feb372 Background Color

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

This div background color is #feb372


#feb372 Border Color

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

This div border color is #feb372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb372

Related Colors


Comments

No comments written yet.

Please login to write comment.