Color Hex Logo

#d5d30c Color Hex

#D5D30C
(213,211,12)
0 Favorites   0 Comments

Color spaces of #d5d30c

RGB 21321112
HSL0.170.890.44
HSV59°94°84°
CMYK 0.000.010.94   0.16
XYZ50.801260.76129.3984
Yxy60.76120.42000.5023
Hunter Lab77.9495-20.079647.4160
CIE-Lab82.2502-17.720481.0086

#d5d30c color RGB value is (213,211,12).

#d5d30c hex color red value is 213, green value is 211 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #d5d30c hue: 0.17 , saturation: 0.89 and the lightness value of d5d30c is 0.44.

The process color (four color CMYK) of #d5d30c color hex is 0.00, 0.01, 0.94, 0.16. Web safe color of #d5d30c is #cccc00. Color #d5d30c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010011 00001100
Octal 325 323 14
Decimal 213 211 12
Hex D5 D3 C

RGB Percentages of Color #d5d30c

%48.85
%48.39
%2.75

CMYK Percentages of Color #d5d30c

%0
%1
%94
%16

Triadic Colors of #d5d30c

#d5d30c #0cd5d3 #d30cd5

Analogous Colors of #d5d30c

#d5d30c #73d50c #d56f0c

Monochromatic Colors of #d5d30c

#d5d30c

Complementary Color

#d5d30c #0c0ed5

#d5d30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d30c Color CSS Codes

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

#d5d30c Text Font Color

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

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


#d5d30c Background Color

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

This div background color is #d5d30c


#d5d30c Border Color

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

This div border color is #d5d30c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5d30c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d30c


Comments

No comments written yet.

Please login to write comment.