Color Hex Logo

#ffd30c Color Hex

#FFD30C
(255,211,12)
0 Favorites   0 Comments

Color spaces of #ffd30c

RGB 25521112
HSL0.141.000.52
HSV49°95°100°
CMYK 0.000.170.95   0.00
XYZ64.600667.875110.0442
Yxy67.87510.45330.4762
Hunter Lab82.3863-4.211150.4421
CIE-Lab85.94400.198285.3974

#ffd30c color RGB value is (255,211,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010011 00001100
Octal 377 323 14
Decimal 255 211 12
Hex FF D3 C

RGB Percentages of Color #ffd30c

%53.35
%44.14
%2.51

CMYK Percentages of Color #ffd30c

%0
%17
%95
%0

Triadic Colors of #ffd30c

#ffd30c #0cffd3 #d30cff

Analogous Colors of #ffd30c

#ffd30c #b2ff0c #ff590c

Monochromatic Colors of #ffd30c

#ffd30c

Complementary Color

#ffd30c #0c38ff

#ffd30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd30c Color CSS Codes

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

#ffd30c Text Font Color

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

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


#ffd30c Background Color

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

This div background color is #ffd30c


#ffd30c Border Color

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

This div border color is #ffd30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd30c

Related Colors


Comments

No comments written yet.

Please login to write comment.