Color Hex Logo

#ffd840 Color Hex

#FFD840
(255,216,64)
0 Favorites   0 Comments

Color spaces of #ffd840

RGB 25521664
HSL0.131.000.63
HSV48°75°100°
CMYK 0.000.150.75   0.00
XYZ66.721370.741914.9885
Yxy70.74190.43770.4640
Hunter Lab84.1082-5.589048.3100
CIE-Lab87.3595-1.144374.9387

#ffd840 color RGB value is (255,216,64).

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

The process color (four color CMYK) of #ffd840 color hex is 0.00, 0.15, 0.75, 0.00. Web safe color of #ffd840 is #ffcc33. Color #ffd840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 01000000
Octal 377 330 100
Decimal 255 216 64
Hex FF D8 40

RGB Percentages of Color #ffd840

%47.66
%40.37
%11.96

CMYK Percentages of Color #ffd840

%0
%15
%75
%0

Triadic Colors of #ffd840

#ffd840 #40ffd8 #d840ff

Analogous Colors of #ffd840

#ffd840 #c7ff40 #ff7940

Monochromatic Colors of #ffd840

#ffd840

Complementary Color

#ffd840 #4067ff

#ffd840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd840 Color CSS Codes

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

#ffd840 Text Font Color

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

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


#ffd840 Background Color

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

This div background color is #ffd840


#ffd840 Border Color

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

This div border color is #ffd840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd840


Comments

No comments written yet.

Please login to write comment.