Color Hex Logo

#ffef5a Color Hex

#FFEF5A
(255,239,90)
0 Favorites   0 Comments

Color spaces of #ffef5a

RGB 25523990
HSL0.151.000.68
HSV54°65°100°
CMYK 0.000.060.65   0.00
XYZ73.952083.731221.9369
Yxy83.73120.41170.4662
Hunter Lab91.5048-15.873849.8394
CIE-Lab93.3336-11.389971.2593

#ffef5a color RGB value is (255,239,90).

#ffef5a hex color red value is 255, green value is 239 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ffef5a hue: 0.15 , saturation: 1.00 and the lightness value of ffef5a is 0.68.

The process color (four color CMYK) of #ffef5a color hex is 0.00, 0.06, 0.65, 0.00. Web safe color of #ffef5a is #ffff66. Color #ffef5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 01011010
Octal 377 357 132
Decimal 255 239 90
Hex FF EF 5A

RGB Percentages of Color #ffef5a

%43.66
%40.92
%15.41

CMYK Percentages of Color #ffef5a

%0
%6
%65
%0

Triadic Colors of #ffef5a

#ffef5a #5affef #ef5aff

Analogous Colors of #ffef5a

#ffef5a #bdff5a #ff9d5a

Monochromatic Colors of #ffef5a

#ffef5a

Complementary Color

#ffef5a #5a6aff

#ffef5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffef5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffef5a Color CSS Codes

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

#ffef5a Text Font Color

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

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


#ffef5a Background Color

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

This div background color is #ffef5a


#ffef5a Border Color

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

This div border color is #ffef5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffef5a

#ffef5a Color Palettes


Comments

No comments written yet.

Please login to write comment.