Color Hex Logo

#ffef0d Color Hex

#FFEF0D
(255,239,13)
1 Favorites   0 Comments

Color spaces of #ffef0d

RGB 25523913
HSL0.161.000.53
HSV56°95°100°
CMYK 0.000.060.95   0.00
XYZ72.179183.022112.6014
Yxy83.02210.43010.4948
Hunter Lab91.1165-18.052755.5817
CIE-Lab93.0241-13.760590.5074

#ffef0d color RGB value is (255,239,13).

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

The process color (four color CMYK) of #ffef0d color hex is 0.00, 0.06, 0.95, 0.00. Web safe color of #ffef0d is #ffff00. Color #ffef0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101111 00001101
Octal 377 357 15
Decimal 255 239 13
Hex FF EF D

RGB Percentages of Color #ffef0d

%50.30
%47.14
%2.56

CMYK Percentages of Color #ffef0d

%0
%6
%95
%0

Triadic Colors of #ffef0d

#ffef0d #0dffef #ef0dff

Analogous Colors of #ffef0d

#ffef0d #96ff0d #ff760d

Monochromatic Colors of #ffef0d

#ffef0d

Complementary Color

#ffef0d #0d1dff

#ffef0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffef0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffef0d Color CSS Codes

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

#ffef0d Text Font Color

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

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


#ffef0d Background Color

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

This div background color is #ffef0d


#ffef0d Border Color

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

This div border color is #ffef0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffef0d

Related Colors

#ffef0d Color Palettes


Comments

No comments written yet.

Please login to write comment.