Color Hex Logo

#fed762 Color Hex

#FED762
(254,215,98)
0 Favorites   0 Comments

Color spaces of #fed762

RGB 25421598
HSL0.130.990.69
HSV45°61°100°
CMYK 0.000.150.61   0.00
XYZ67.378170.553521.6223
Yxy70.55350.42230.4422
Hunter Lab83.9961-3.808243.5348
CIE-Lab87.26760.704961.3638

#fed762 color RGB value is (254,215,98).

#fed762 hex color red value is 254, green value is 215 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #fed762 hue: 0.13 , saturation: 0.99 and the lightness value of fed762 is 0.69.

The process color (four color CMYK) of #fed762 color hex is 0.00, 0.15, 0.61, 0.00. Web safe color of #fed762 is #ffcc66. Color #fed762 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 01100010
Octal 376 327 142
Decimal 254 215 98
Hex FE D7 62

RGB Percentages of Color #fed762

%44.80
%37.92
%17.28

CMYK Percentages of Color #fed762

%0
%15
%61
%0

Triadic Colors of #fed762

#fed762 #62fed7 #d762fe

Analogous Colors of #fed762

#fed762 #d7fe62 #fe8962

Monochromatic Colors of #fed762

#fed762

Complementary Color

#fed762 #6289fe

#fed762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed762 Color CSS Codes

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

#fed762 Text Font Color

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

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


#fed762 Background Color

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

This div background color is #fed762


#fed762 Border Color

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

This div border color is #fed762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed762


Comments

No comments written yet.

Please login to write comment.