Color Hex Logo

#ffd30f Color Hex

#FFD30F
(255,211,15)
0 Favorites   0 Comments

Color spaces of #ffd30f

RGB 25521115
HSL0.141.000.53
HSV49°94°100°
CMYK 0.000.170.94   0.00
XYZ64.620567.883010.1488
Yxy67.88300.45300.4759
Hunter Lab82.3911-4.184550.3706
CIE-Lab85.94790.226385.0916

#ffd30f color RGB value is (255,211,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 00001111
Octal 377 323 17
Decimal 255 211 15
Hex FF D3 F

RGB Percentages of Color #ffd30f

%53.01
%43.87
%3.12

CMYK Percentages of Color #ffd30f

%0
%17
%94
%0

Triadic Colors of #ffd30f

#ffd30f #0fffd3 #d30fff

Analogous Colors of #ffd30f

#ffd30f #b3ff0f #ff5b0f

Monochromatic Colors of #ffd30f

#ffd30f

Complementary Color

#ffd30f #0f3bff

#ffd30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd30f Color CSS Codes

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

#ffd30f Text Font Color

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

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


#ffd30f Background Color

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

This div background color is #ffd30f


#ffd30f Border Color

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

This div border color is #ffd30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd30f

Related Colors

#ffd30f Color Palettes


Comments

No comments written yet.

Please login to write comment.