Color Hex Logo

#ffde09 Color Hex

#FFDE09
(255,222,9)
0 Favorites   0 Comments

Color spaces of #ffde09

RGB 2552229
HSL0.141.000.52
HSV52°96°100°
CMYK 0.000.130.96   0.00
XYZ67.410673.522310.8967
Yxy73.52230.44400.4842
Hunter Lab85.7451-9.722052.4869
CIE-Lab88.6962-5.381187.6551

#ffde09 color RGB value is (255,222,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 00001001
Octal 377 336 11
Decimal 255 222 9
Hex FF DE 9

RGB Percentages of Color #ffde09

%52.47
%45.68
%1.85

CMYK Percentages of Color #ffde09

%0
%13
%96
%0

Triadic Colors of #ffde09

#ffde09 #09ffde #de09ff

Analogous Colors of #ffde09

#ffde09 #a5ff09 #ff6309

Monochromatic Colors of #ffde09

#ffde09

Complementary Color

#ffde09 #092aff

#ffde09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde09 Color CSS Codes

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

#ffde09 Text Font Color

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

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


#ffde09 Background Color

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

This div background color is #ffde09


#ffde09 Border Color

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

This div border color is #ffde09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde09


Comments

No comments written yet.

Please login to write comment.