Color Hex Logo

#ffdc09 Color Hex

#FFDC09
(255,220,9)
1 Favorites   0 Comments

Color spaces of #ffdc09

RGB 2552209
HSL0.141.000.52
HSV51°96°100°
CMYK 0.000.140.96   0.00
XYZ66.882572.466110.7207
Yxy72.46610.44570.4829
Hunter Lab85.1270-8.728652.1221
CIE-Lab88.1925-4.377287.2892

#ffdc09 color RGB value is (255,220,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 00001001
Octal 377 334 11
Decimal 255 220 9
Hex FF DC 9

RGB Percentages of Color #ffdc09

%52.69
%45.45
%1.86

CMYK Percentages of Color #ffdc09

%0
%14
%96
%0

Triadic Colors of #ffdc09

#ffdc09 #09ffdc #dc09ff

Analogous Colors of #ffdc09

#ffdc09 #a7ff09 #ff6109

Monochromatic Colors of #ffdc09

#ffdc09

Complementary Color

#ffdc09 #092cff

#ffdc09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc09 Color CSS Codes

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

#ffdc09 Text Font Color

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

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


#ffdc09 Background Color

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

This div background color is #ffdc09


#ffdc09 Border Color

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

This div border color is #ffdc09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc09

#ffdc09 Color Palettes


Comments

No comments written yet.

Please login to write comment.