Color Hex Logo

#ffc40c Color Hex Mikado Yellow

#FFC40C
(255,196,12)
4 Favorites   0 Comments

Color spaces of #ffc40c Mikado Yellow

RGB 25519612
HSL0.131.000.52
HSV45°95°100°
CMYK 0.000.230.95   0.00
XYZ61.046360.76648.8594
Yxy60.76640.46720.4650
Hunter Lab77.95283.369347.8286
CIE-Lab82.25307.892582.7365

#ffc40c color RGB value is (255,196,12). #ffc40c color name is Mikado Yellow color.

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

The process color (four color CMYK) of #ffc40c color hex is 0.00, 0.23, 0.95, 0.00. Web safe color of #ffc40c is #ffcc00. Color #ffc40c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 00001100
Octal 377 304 14
Decimal 255 196 12
Hex FF C4 C

RGB Percentages of Color #ffc40c

%55.08
%42.33
%2.59

CMYK Percentages of Color #ffc40c

%0
%23
%95
%0

Triadic Colors of #ffc40c

#ffc40c #0cffc4 #c40cff

Analogous Colors of #ffc40c

#ffc40c #c1ff0c #ff4b0c

Monochromatic Colors of #ffc40c

#ffc40c

Complementary Color

#ffc40c #0c47ff

#ffc40c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc40c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc40c Color CSS Codes

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

#ffc40c Text Font Color

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

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


#ffc40c Background Color

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

This div background color is #ffc40c


#ffc40c Border Color

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

This div border color is #ffc40c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc40c

Related Colors


Comments

No comments written yet.

Please login to write comment.