Color Hex Logo

#feb37b Color Hex

#FEB37B
(254,179,123)
0 Favorites   0 Comments

Color spaces of #feb37b

RGB 254179123
HSL0.070.980.74
HSV26°52°100°
CMYK 0.000.300.52   0.00
XYZ60.568354.741126.1127
Yxy54.74110.42830.3871
Hunter Lab73.987216.648130.8655
CIE-Lab78.891921.251139.3479

#feb37b color RGB value is (254,179,123).

#feb37b hex color red value is 254, green value is 179 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #feb37b hue: 0.07 , saturation: 0.98 and the lightness value of feb37b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 01111011
Octal 376 263 173
Decimal 254 179 123
Hex FE B3 7B

RGB Percentages of Color #feb37b

%45.68
%32.19
%22.12

CMYK Percentages of Color #feb37b

%0
%30
%52
%0

Triadic Colors of #feb37b

#feb37b #7bfeb3 #b37bfe

Analogous Colors of #feb37b

#feb37b #fef57b #fe7b85

Monochromatic Colors of #feb37b

#feb37b

Complementary Color

#feb37b #7bc6fe

#feb37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb37b Color CSS Codes

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

#feb37b Text Font Color

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

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


#feb37b Background Color

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

This div background color is #feb37b


#feb37b Border Color

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

This div border color is #feb37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb37b


Comments

No comments written yet.

Please login to write comment.