Color Hex Logo

#fedf7b Color Hex

#FEDF7B
(254,223,123)
0 Favorites   0 Comments

Color spaces of #fedf7b

RGB 254223123
HSL0.130.980.74
HSV46°52°100°
CMYK 0.000.120.52   0.00
XYZ70.835975.276229.5352
Yxy75.27620.40330.4286
Hunter Lab86.7619-6.098640.5500
CIE-Lab89.5222-1.513552.4686

#fedf7b color RGB value is (254,223,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01111011
Octal 376 337 173
Decimal 254 223 123
Hex FE DF 7B

RGB Percentages of Color #fedf7b

%42.33
%37.17
%20.50

CMYK Percentages of Color #fedf7b

%0
%12
%52
%0

Triadic Colors of #fedf7b

#fedf7b #7bfedf #df7bfe

Analogous Colors of #fedf7b

#fedf7b #dcfe7b #fe9e7b

Monochromatic Colors of #fedf7b

#fedf7b

Complementary Color

#fedf7b #7b9afe

#fedf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf7b Color CSS Codes

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

#fedf7b Text Font Color

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

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


#fedf7b Background Color

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

This div background color is #fedf7b


#fedf7b Border Color

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

This div border color is #fedf7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf7b

Related Colors


Comments

No comments written yet.

Please login to write comment.