Color Hex Logo

#ffc400 Color Hex

#FFC400
(255,196,0)
1 Favorites   0 Comments

Color spaces of #ffc400

RGB 2551960
HSL0.131.000.50
HSV46°100°100°
CMYK 0.000.231.00   0.00
XYZ60.979960.73998.5100
Yxy60.73990.46820.4664
Hunter Lab77.93583.277448.0810
CIE-Lab82.23877.797783.8665

#ffc400 color RGB value is (255,196,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 00000000
Octal 377 304 0
Decimal 255 196 0
Hex FF C4 0

RGB Percentages of Color #ffc400

%56.54
%43.46
%0.00

CMYK Percentages of Color #ffc400

%0
%23
%100
%0

Triadic Colors of #ffc400

#ffc400 #00ffc4 #c400ff

Analogous Colors of #ffc400

#ffc400 #bbff00 #ff4500

Monochromatic Colors of #ffc400

#ffc400

Complementary Color

#ffc400 #003bff

#ffc400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc400 Color CSS Codes

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

#ffc400 Text Font Color

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

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


#ffc400 Background Color

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

This div background color is #ffc400


#ffc400 Border Color

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

This div border color is #ffc400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc400

Related Colors


Comments

No comments written yet.

Please login to write comment.