Color Hex Logo

#ffd222 Color Hex

#FFD222
(255,210,34)
0 Favorites   0 Comments

Color spaces of #ffd222

RGB 25521034
HSL0.131.000.57
HSV48°87°100°
CMYK 0.000.180.87   0.00
XYZ64.575367.468711.1326
Yxy67.46870.45100.4712
Hunter Lab82.1393-3.412949.4618
CIE-Lab85.74011.019681.8930

#ffd222 color RGB value is (255,210,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 00100010
Octal 377 322 42
Decimal 255 210 34
Hex FF D2 22

RGB Percentages of Color #ffd222

%51.10
%42.08
%6.81

CMYK Percentages of Color #ffd222

%0
%18
%87
%0

Triadic Colors of #ffd222

#ffd222 #22ffd2 #d222ff

Analogous Colors of #ffd222

#ffd222 #beff22 #ff6422

Monochromatic Colors of #ffd222

#ffd222

Complementary Color

#ffd222 #224fff

#ffd222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd222 Color CSS Codes

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

#ffd222 Text Font Color

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

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


#ffd222 Background Color

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

This div background color is #ffd222


#ffd222 Border Color

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

This div border color is #ffd222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd222

Related Colors


Comments

No comments written yet.

Please login to write comment.