Color Hex Logo

#ffd122 Color Hex

#FFD122
(255,209,34)
0 Favorites   0 Comments

Color spaces of #ffd122

RGB 25520934
HSL0.131.000.57
HSV48°87°100°
CMYK 0.000.180.87   0.00
XYZ64.329266.976411.0506
Yxy66.97640.45190.4705
Hunter Lab81.8391-2.909549.2815
CIE-Lab85.49201.529781.6955

#ffd122 color RGB value is (255,209,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010001 00100010
Octal 377 321 42
Decimal 255 209 34
Hex FF D1 22

RGB Percentages of Color #ffd122

%51.20
%41.97
%6.83

CMYK Percentages of Color #ffd122

%0
%18
%87
%0

Triadic Colors of #ffd122

#ffd122 #22ffd1 #d122ff

Analogous Colors of #ffd122

#ffd122 #bfff22 #ff6322

Monochromatic Colors of #ffd122

#ffd122

Complementary Color

#ffd122 #2250ff

#ffd122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd122 Color CSS Codes

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

#ffd122 Text Font Color

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

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


#ffd122 Background Color

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

This div background color is #ffd122


#ffd122 Border Color

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

This div border color is #ffd122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd122

Related Colors


Comments

No comments written yet.

Please login to write comment.