Color Hex Logo

#ffd507 Color Hex

#FFD507
(255,213,7)
0 Favorites   0 Comments

Color spaces of #ffd507

RGB 2552137
HSL0.141.000.51
HSV50°97°100°
CMYK 0.000.160.97   0.00
XYZ65.072668.863810.0634
Yxy68.86380.45190.4782
Hunter Lab82.9842-5.250550.8989
CIE-Lab86.4366-0.857086.1891

#ffd507 color RGB value is (255,213,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010101 00000111
Octal 377 325 7
Decimal 255 213 7
Hex FF D5 7

RGB Percentages of Color #ffd507

%53.68
%44.84
%1.47

CMYK Percentages of Color #ffd507

%0
%16
%97
%0

Triadic Colors of #ffd507

#ffd507 #07ffd5 #d507ff

Analogous Colors of #ffd507

#ffd507 #adff07 #ff5907

Monochromatic Colors of #ffd507

#ffd507

Complementary Color

#ffd507 #0731ff

#ffd507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd507 Color CSS Codes

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

#ffd507 Text Font Color

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

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


#ffd507 Background Color

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

This div background color is #ffd507


#ffd507 Border Color

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

This div border color is #ffd507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd507


Comments

No comments written yet.

Please login to write comment.