Color Hex Logo

#ffd70a Color Hex

#FFD70A
(255,215,10)
0 Favorites   0 Comments

Color spaces of #ffd70a

RGB 25521510
HSL0.141.000.52
HSV50°96°100°
CMYK 0.000.160.96   0.00
XYZ65.595269.882810.3186
Yxy69.88280.44990.4793
Hunter Lab83.5959-6.229351.1987
CIE-Lab86.9394-1.847686.2980

#ffd70a color RGB value is (255,215,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 00001010
Octal 377 327 12
Decimal 255 215 10
Hex FF D7 A

RGB Percentages of Color #ffd70a

%53.13
%44.79
%2.08

CMYK Percentages of Color #ffd70a

%0
%16
%96
%0

Triadic Colors of #ffd70a

#ffd70a #0affd7 #d70aff

Analogous Colors of #ffd70a

#ffd70a #adff0a #ff5d0a

Monochromatic Colors of #ffd70a

#ffd70a

Complementary Color

#ffd70a #0a32ff

#ffd70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd70a Color CSS Codes

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

#ffd70a Text Font Color

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

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


#ffd70a Background Color

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

This div background color is #ffd70a


#ffd70a Border Color

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

This div border color is #ffd70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd70a


Comments

No comments written yet.

Please login to write comment.