Color Hex Logo

#fed37b Color Hex

#FED37B
(254,211,123)
0 Favorites   0 Comments

Color spaces of #fed37b

RGB 254211123
HSL0.110.980.74
HSV40°52°100°
CMYK 0.000.170.52   0.00
XYZ67.742569.089428.5041
Yxy69.08940.40970.4179
Hunter Lab83.12000.016737.8519
CIE-Lab86.54834.607748.8656

#fed37b color RGB value is (254,211,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 01111011
Octal 376 323 173
Decimal 254 211 123
Hex FE D3 7B

RGB Percentages of Color #fed37b

%43.20
%35.88
%20.92

CMYK Percentages of Color #fed37b

%0
%17
%52
%0

Triadic Colors of #fed37b

#fed37b #7bfed3 #d37bfe

Analogous Colors of #fed37b

#fed37b #e8fe7b #fe927b

Monochromatic Colors of #fed37b

#fed37b

Complementary Color

#fed37b #7ba6fe

#fed37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed37b Color CSS Codes

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

#fed37b Text Font Color

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

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


#fed37b Background Color

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

This div background color is #fed37b


#fed37b Border Color

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

This div border color is #fed37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed37b

#fed37b Color Palettes


Comments

No comments written yet.

Please login to write comment.