Color Hex Logo

#ffed9a Color Hex

#FFED9A
(255,237,154)
0 Favorites   0 Comments

Color spaces of #ffed9a

RGB 255237154
HSL0.141.000.80
HSV49°40°100°
CMYK 0.000.070.40   0.00
XYZ77.356984.161542.7395
Yxy84.16150.37870.4120
Hunter Lab91.7396-10.029036.5958
CIE-Lab93.5206-5.243642.3908

#ffed9a color RGB value is (255,237,154).

#ffed9a hex color red value is 255, green value is 237 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ffed9a hue: 0.14 , saturation: 1.00 and the lightness value of ffed9a is 0.80.

The process color (four color CMYK) of #ffed9a color hex is 0.00, 0.07, 0.40, 0.00. Web safe color of #ffed9a is #ffff99. Color #ffed9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101101 10011010
Octal 377 355 232
Decimal 255 237 154
Hex FF ED 9A

RGB Percentages of Color #ffed9a

%39.47
%36.69
%23.84

CMYK Percentages of Color #ffed9a

%0
%7
%40
%0

Triadic Colors of #ffed9a

#ffed9a #9affed #ed9aff

Analogous Colors of #ffed9a

#ffed9a #dfff9a #ffbb9a

Monochromatic Colors of #ffed9a

#ffed9a

Complementary Color

#ffed9a #9aacff

#ffed9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffed9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffed9a Color CSS Codes

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

#ffed9a Text Font Color

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

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


#ffed9a Background Color

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

This div background color is #ffed9a


#ffed9a Border Color

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

This div border color is #ffed9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,237,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffed9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffed9a;
  -webkit-box-shadow: 1px 1px 3px 2px #ffed9a;
  box-shadow:         1px 1px 3px 2px #ffed9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,237,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffed9a


Comments

No comments written yet.

Please login to write comment.