Color Hex Logo

#ffc820 Color Hex

#FFC820
(255,200,32)
0 Favorites   0 Comments

Color spaces of #ffc820

RGB 25520032
HSL0.131.000.56
HSV45°87°100°
CMYK 0.000.220.87   0.00
XYZ62.155062.672810.1876
Yxy62.67280.46040.4642
Hunter Lab79.16621.603347.7865
CIE-Lab83.26996.105280.3589

#ffc820 color RGB value is (255,200,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001000 00100000
Octal 377 310 40
Decimal 255 200 32
Hex FF C8 20

RGB Percentages of Color #ffc820

%52.36
%41.07
%6.57

CMYK Percentages of Color #ffc820

%0
%22
%87
%0

Triadic Colors of #ffc820

#ffc820 #20ffc8 #c820ff

Analogous Colors of #ffc820

#ffc820 #c7ff20 #ff5920

Monochromatic Colors of #ffc820

#ffc820

Complementary Color

#ffc820 #2057ff

#ffc820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc820 Color CSS Codes

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

#ffc820 Text Font Color

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

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


#ffc820 Background Color

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

This div background color is #ffc820


#ffc820 Border Color

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

This div border color is #ffc820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc820


Comments

No comments written yet.

Please login to write comment.