Color Hex Logo

#ffc22d Color Hex

#FFC22D
(255,194,45)
0 Favorites   0 Comments

Color spaces of #ffc22d

RGB 25519445
HSL0.121.000.59
HSV43°82°100°
CMYK 0.000.240.82   0.00
XYZ61.005460.033010.8548
Yxy60.03300.46250.4552
Hunter Lab77.48104.952045.9304
CIE-Lab81.85619.506975.9810

#ffc22d color RGB value is (255,194,45).

#ffc22d hex color red value is 255, green value is 194 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ffc22d hue: 0.12 , saturation: 1.00 and the lightness value of ffc22d is 0.59.

The process color (four color CMYK) of #ffc22d color hex is 0.00, 0.24, 0.82, 0.00. Web safe color of #ffc22d is #ffcc33. Color #ffc22d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 00101101
Octal 377 302 55
Decimal 255 194 45
Hex FF C2 2D

RGB Percentages of Color #ffc22d

%51.62
%39.27
%9.11

CMYK Percentages of Color #ffc22d

%0
%24
%82
%0

Triadic Colors of #ffc22d

#ffc22d #2dffc2 #c22dff

Analogous Colors of #ffc22d

#ffc22d #d3ff2d #ff592d

Monochromatic Colors of #ffc22d

#ffc22d

Complementary Color

#ffc22d #2d6aff

#ffc22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc22d Color CSS Codes

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

#ffc22d Text Font Color

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

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


#ffc22d Background Color

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

This div background color is #ffc22d


#ffc22d Border Color

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

This div border color is #ffc22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc22d

#ffc22d Color Palettes


Comments

No comments written yet.

Please login to write comment.