Color Hex Logo

#ffc222 Color Hex

#FFC222
(255,194,34)
0 Favorites   0 Comments

Color spaces of #ffc222

RGB 25519434
HSL0.121.000.57
HSV43°87°100°
CMYK 0.000.240.87   0.00
XYZ60.820559.95919.8810
Yxy59.95910.46550.4589
Hunter Lab77.43334.695946.6375
CIE-Lab81.81609.243878.7722

#ffc222 color RGB value is (255,194,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 00100010
Octal 377 302 42
Decimal 255 194 34
Hex FF C2 22

RGB Percentages of Color #ffc222

%52.80
%40.17
%7.04

CMYK Percentages of Color #ffc222

%0
%24
%87
%0

Triadic Colors of #ffc222

#ffc222 #22ffc2 #c222ff

Analogous Colors of #ffc222

#ffc222 #ceff22 #ff5422

Monochromatic Colors of #ffc222

#ffc222

Complementary Color

#ffc222 #225fff

#ffc222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc222 Color CSS Codes

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

#ffc222 Text Font Color

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

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


#ffc222 Background Color

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

This div background color is #ffc222


#ffc222 Border Color

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

This div border color is #ffc222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc222

Related Colors


Comments

No comments written yet.

Please login to write comment.