Color Hex Logo

#ffc413 Color Hex

#FFC413
(255,196,19)
0 Favorites   0 Comments

Color spaces of #ffc413

RGB 25519619
HSL0.131.000.54
HSV45°93°100°
CMYK 0.000.230.93   0.00
XYZ61.097560.78699.1290
Yxy60.78690.46630.4640
Hunter Lab77.96603.439947.6339
CIE-Lab82.26407.965581.8852

#ffc413 color RGB value is (255,196,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 00010011
Octal 377 304 23
Decimal 255 196 19
Hex FF C4 13

RGB Percentages of Color #ffc413

%54.26
%41.70
%4.04

CMYK Percentages of Color #ffc413

%0
%23
%93
%0

Triadic Colors of #ffc413

#ffc413 #13ffc4 #c413ff

Analogous Colors of #ffc413

#ffc413 #c4ff13 #ff4e13

Monochromatic Colors of #ffc413

#ffc413

Complementary Color

#ffc413 #134eff

#ffc413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc413 Color CSS Codes

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

#ffc413 Text Font Color

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

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


#ffc413 Background Color

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

This div background color is #ffc413


#ffc413 Border Color

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

This div border color is #ffc413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc413


Comments

No comments written yet.

Please login to write comment.