Color Hex Logo

#ffee0d Color Hex

#FFEE0D
(255,238,13)
0 Favorites   0 Comments

Color spaces of #ffee0d

RGB 25523813
HSL0.151.000.53
HSV56°95°100°
CMYK 0.000.070.95   0.00
XYZ71.887282.438112.5041
Yxy82.43810.43090.4941
Hunter Lab90.7954-17.564855.3915
CIE-Lab92.7679-13.271890.3171

#ffee0d color RGB value is (255,238,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11101110 00001101
Octal 377 356 15
Decimal 255 238 13
Hex FF EE D

RGB Percentages of Color #ffee0d

%50.40
%47.04
%2.57

CMYK Percentages of Color #ffee0d

%0
%7
%95
%0

Triadic Colors of #ffee0d

#ffee0d #0dffee #ee0dff

Analogous Colors of #ffee0d

#ffee0d #97ff0d #ff750d

Monochromatic Colors of #ffee0d

#ffee0d

Complementary Color

#ffee0d #0d1eff

#ffee0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffee0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffee0d Color CSS Codes

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

#ffee0d Text Font Color

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

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


#ffee0d Background Color

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

This div background color is #ffee0d


#ffee0d Border Color

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

This div border color is #ffee0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,238,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 #ffee0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffee0d

Related Colors


Comments

No comments written yet.

Please login to write comment.