Color Hex Logo

#ffd411 Color Hex

#FFD411
(255,212,17)
0 Favorites   0 Comments

Color spaces of #ffd411

RGB 25521217
HSL0.141.000.53
HSV49°93°100°
CMYK 0.000.170.93   0.00
XYZ64.884768.387410.3106
Yxy68.38740.45190.4763
Hunter Lab82.6967-4.666250.4954
CIE-Lab86.1998-0.261085.0465

#ffd411 color RGB value is (255,212,17).

#ffd411 hex color red value is 255, green value is 212 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ffd411 hue: 0.14 , saturation: 1.00 and the lightness value of ffd411 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 00010001
Octal 377 324 21
Decimal 255 212 17
Hex FF D4 11

RGB Percentages of Color #ffd411

%52.69
%43.80
%3.51

CMYK Percentages of Color #ffd411

%0
%17
%93
%0

Triadic Colors of #ffd411

#ffd411 #11ffd4 #d411ff

Analogous Colors of #ffd411

#ffd411 #b3ff11 #ff5d11

Monochromatic Colors of #ffd411

#ffd411

Complementary Color

#ffd411 #113cff

#ffd411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd411 Color CSS Codes

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

#ffd411 Text Font Color

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

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


#ffd411 Background Color

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

This div background color is #ffd411


#ffd411 Border Color

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

This div border color is #ffd411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd411

Related Colors


Comments

No comments written yet.

Please login to write comment.