Color Hex Logo

#ffef1e Color Hex

#FFEF1E
(255,239,30)
0 Favorites   0 Comments

Color spaces of #ffef1e

RGB 25523930
HSL0.151.000.56
HSV56°88°100°
CMYK 0.000.060.88   0.00
XYZ72.340883.086713.4529
Yxy83.08670.42840.4920
Hunter Lab91.1519-17.853155.0559
CIE-Lab93.0524-13.542088.4085

#ffef1e color RGB value is (255,239,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 00011110
Octal 377 357 36
Decimal 255 239 30
Hex FF EF 1E

RGB Percentages of Color #ffef1e

%48.66
%45.61
%5.73

CMYK Percentages of Color #ffef1e

%0
%6
%88
%0

Triadic Colors of #ffef1e

#ffef1e #1effef #ef1eff

Analogous Colors of #ffef1e

#ffef1e #9fff1e #ff7f1e

Monochromatic Colors of #ffef1e

#ffef1e

Complementary Color

#ffef1e #1e2eff

#ffef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffef1e Color CSS Codes

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

#ffef1e Text Font Color

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

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


#ffef1e Background Color

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

This div background color is #ffef1e


#ffef1e Border Color

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

This div border color is #ffef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffef1e

Related Colors


Comments

No comments written yet.

Please login to write comment.