Color Hex Logo

#ffc408 Color Hex

#FFC408
(255,196,8)
0 Favorites   0 Comments

Color spaces of #ffc408

RGB 2551968
HSL0.131.000.52
HSV46°97°100°
CMYK 0.000.230.97   0.00
XYZ61.023860.75748.7408
Yxy60.75740.46750.4655
Hunter Lab77.94703.338247.9143
CIE-Lab82.24827.860483.1166

#ffc408 color RGB value is (255,196,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 00001000
Octal 377 304 10
Decimal 255 196 8
Hex FF C4 8

RGB Percentages of Color #ffc408

%55.56
%42.70
%1.74

CMYK Percentages of Color #ffc408

%0
%23
%97
%0

Triadic Colors of #ffc408

#ffc408 #08ffc4 #c408ff

Analogous Colors of #ffc408

#ffc408 #bfff08 #ff4908

Monochromatic Colors of #ffc408

#ffc408

Complementary Color

#ffc408 #0843ff

#ffc408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc408 Color CSS Codes

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

#ffc408 Text Font Color

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

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


#ffc408 Background Color

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

This div background color is #ffc408


#ffc408 Border Color

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

This div border color is #ffc408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc408

Related Colors


Comments

No comments written yet.

Please login to write comment.