Color Hex Logo

#ffef4a Color Hex

#FFEF4A
(255,239,74)
0 Favorites   0 Comments

Color spaces of #ffef4a

RGB 25523974
HSL0.151.000.65
HSV55°71°100°
CMYK 0.000.060.71   0.00
XYZ73.342583.487418.7277
Yxy83.48740.41780.4756
Hunter Lab91.3714-16.620751.8078
CIE-Lab93.2274-12.198977.0975

#ffef4a color RGB value is (255,239,74).

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

The process color (four color CMYK) of #ffef4a color hex is 0.00, 0.06, 0.71, 0.00. Web safe color of #ffef4a is #ffff33. Color #ffef4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 01001010
Octal 377 357 112
Decimal 255 239 74
Hex FF EF 4A

RGB Percentages of Color #ffef4a

%44.89
%42.08
%13.03

CMYK Percentages of Color #ffef4a

%0
%6
%71
%0

Triadic Colors of #ffef4a

#ffef4a #4affef #ef4aff

Analogous Colors of #ffef4a

#ffef4a #b5ff4a #ff954a

Monochromatic Colors of #ffef4a

#ffef4a

Complementary Color

#ffef4a #4a5aff

#ffef4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffef4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffef4a Color CSS Codes

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

#ffef4a Text Font Color

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

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


#ffef4a Background Color

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

This div background color is #ffef4a


#ffef4a Border Color

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

This div border color is #ffef4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffef4a


Comments

No comments written yet.

Please login to write comment.