color codes Logo

#ffde0e color codes

#FFDE0E
(255,222,14)
0 Favorites   0 Comments

Color spaces of #ffde0e

RGB 25522214
HSL0.141.000.53
HSV52°95°100°
CMYK 0.000.130.95   0.00
XYZ67.440573.534311.0545
Yxy73.53430.44360.4837
Hunter Lab85.7521-9.683452.3833
CIE-Lab88.7019-5.339887.2188

#ffde0e color RGB value is (255,222,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 00001110
Octal 377 336 16
Decimal 255 222 14
Hex FF DE E

RGB Percentages of Color #ffde0e

%51.93
%45.21
%2.85

CMYK Percentages of Color #ffde0e

%0
%13
%95
%0

Triadic Colors of #ffde0e

#ffde0e #0effde #de0eff

Analogous Colors of #ffde0e

#ffde0e #a8ff0e #ff660e

Monochromatic Colors of #ffde0e

#ffde0e

Complementary Color

#ffde0e #0e2fff

#ffde0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde0e Color CSS Codes

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

#ffde0e Text Font Color

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

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


#ffde0e Background Color

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

This div background color is #ffde0e


#ffde0e Border Color

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

This div border color is #ffde0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde0e


Comments

No comments written yet.

Please login to write comment.