Color Hex Logo

#ffde0d Color Hex

#FFDE0D
(255,222,13)
0 Favorites   0 Comments

Color spaces of #ffde0d

RGB 25522213
HSL0.141.000.53
HSV52°95°100°
CMYK 0.000.130.95   0.00
XYZ67.433973.531611.0196
Yxy73.53160.44370.4838
Hunter Lab85.7506-9.691852.4062
CIE-Lab88.7006-5.348887.3149

#ffde0d color RGB value is (255,222,13).

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

The process color (four color CMYK) of #ffde0d color hex is 0.00, 0.13, 0.95, 0.00. Web safe color of #ffde0d is #ffcc00. Color #ffde0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 00001101
Octal 377 336 15
Decimal 255 222 13
Hex FF DE D

RGB Percentages of Color #ffde0d

%52.04
%45.31
%2.65

CMYK Percentages of Color #ffde0d

%0
%13
%95
%0

Triadic Colors of #ffde0d

#ffde0d #0dffde #de0dff

Analogous Colors of #ffde0d

#ffde0d #a7ff0d #ff650d

Monochromatic Colors of #ffde0d

#ffde0d

Complementary Color

#ffde0d #0d2eff

#ffde0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde0d Color CSS Codes

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

#ffde0d Text Font Color

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

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


#ffde0d Background Color

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

This div background color is #ffde0d


#ffde0d Border Color

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

This div border color is #ffde0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde0d


Comments

No comments written yet.

Please login to write comment.