Color Hex Logo

#ffc82c Color Hex

#FFC82C
(255,200,44)
0 Favorites   0 Comments

Color spaces of #ffc82c

RGB 25520044
HSL0.121.000.59
HSV44°83°100°
CMYK 0.000.220.83   0.00
XYZ62.348962.750411.2088
Yxy62.75040.45740.4604
Hunter Lab79.21521.867847.0612
CIE-Lab83.31096.379577.4918

#ffc82c color RGB value is (255,200,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001000 00101100
Octal 377 310 54
Decimal 255 200 44
Hex FF C8 2C

RGB Percentages of Color #ffc82c

%51.10
%40.08
%8.82

CMYK Percentages of Color #ffc82c

%0
%22
%83
%0

Triadic Colors of #ffc82c

#ffc82c #2cffc8 #c82cff

Analogous Colors of #ffc82c

#ffc82c #cdff2c #ff5e2c

Monochromatic Colors of #ffc82c

#ffc82c

Complementary Color

#ffc82c #2c63ff

#ffc82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc82c Color CSS Codes

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

#ffc82c Text Font Color

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

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


#ffc82c Background Color

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

This div background color is #ffc82c


#ffc82c Border Color

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

This div border color is #ffc82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc82c


Comments

No comments written yet.

Please login to write comment.