Color Hex Logo

#ffd120 Color Hex

#FFD120
(255,209,32)
0 Favorites   0 Comments

Color spaces of #ffd120

RGB 25520932
HSL0.131.000.56
HSV48°87°100°
CMYK 0.000.180.87   0.00
XYZ64.301266.965210.9030
Yxy66.96520.45230.4710
Hunter Lab81.8323-2.946849.3830
CIE-Lab85.48641.490482.1030

#ffd120 color RGB value is (255,209,32).

#ffd120 hex color red value is 255, green value is 209 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ffd120 hue: 0.13 , saturation: 1.00 and the lightness value of ffd120 is 0.56.

The process color (four color CMYK) of #ffd120 color hex is 0.00, 0.18, 0.87, 0.00. Web safe color of #ffd120 is #ffcc33. Color #ffd120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 00100000
Octal 377 321 40
Decimal 255 209 32
Hex FF D1 20

RGB Percentages of Color #ffd120

%51.41
%42.14
%6.45

CMYK Percentages of Color #ffd120

%0
%18
%87
%0

Triadic Colors of #ffd120

#ffd120 #20ffd1 #d120ff

Analogous Colors of #ffd120

#ffd120 #beff20 #ff6220

Monochromatic Colors of #ffd120

#ffd120

Complementary Color

#ffd120 #204eff

#ffd120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd120 Color CSS Codes

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

#ffd120 Text Font Color

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

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


#ffd120 Background Color

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

This div background color is #ffd120


#ffd120 Border Color

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

This div border color is #ffd120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd120


Comments

No comments written yet.

Please login to write comment.