Color Hex Logo

#d5cf1d Color Hex

#D5CF1D
(213,207,29)
0 Favorites   0 Comments

Color spaces of #d5cf1d

RGB 21320729
HSL0.160.760.47
HSV58°86°84°
CMYK 0.000.030.86   0.16
XYZ49.975258.86059.8896
Yxy58.86050.42090.4958
Hunter Lab76.7206-17.987546.0617
CIE-Lab81.2149-15.469077.7098

#d5cf1d color RGB value is (213,207,29).

#d5cf1d hex color red value is 213, green value is 207 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d5cf1d hue: 0.16 , saturation: 0.76 and the lightness value of d5cf1d is 0.47.

The process color (four color CMYK) of #d5cf1d color hex is 0.00, 0.03, 0.86, 0.16. Web safe color of #d5cf1d is #cccc33. Color #d5cf1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 00011101
Octal 325 317 35
Decimal 213 207 29
Hex D5 CF 1D

RGB Percentages of Color #d5cf1d

%47.44
%46.10
%6.46

CMYK Percentages of Color #d5cf1d

%0
%3
%86
%16

Triadic Colors of #d5cf1d

#d5cf1d #1dd5cf #cf1dd5

Analogous Colors of #d5cf1d

#d5cf1d #7fd51d #d5731d

Monochromatic Colors of #d5cf1d

#d5cf1d

Complementary Color

#d5cf1d #1d23d5

#d5cf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cf1d Color CSS Codes

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

#d5cf1d Text Font Color

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

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


#d5cf1d Background Color

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

This div background color is #d5cf1d


#d5cf1d Border Color

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

This div border color is #d5cf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cf1d


Comments

No comments written yet.

Please login to write comment.