Color Hex Logo

#d4d25d Color Hex

#D4D25D
(212,210,93)
0 Favorites   0 Comments

Color spaces of #d4d25d

RGB 21221093
HSL0.160.580.60
HSV59°56°83°
CMYK 0.000.010.56   0.17
XYZ52.173860.880519.3572
Yxy60.88050.39400.4598
Hunter Lab78.0260-17.187439.9091
CIE-Lab82.3145-14.375357.0496

#d4d25d color RGB value is (212,210,93).

#d4d25d hex color red value is 212, green value is 210 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d4d25d hue: 0.16 , saturation: 0.58 and the lightness value of d4d25d is 0.60.

The process color (four color CMYK) of #d4d25d color hex is 0.00, 0.01, 0.56, 0.17. Web safe color of #d4d25d is #cccc66. Color #d4d25d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11010010 01011101
Octal 324 322 135
Decimal 212 210 93
Hex D4 D2 5D

RGB Percentages of Color #d4d25d

%41.17
%40.78
%18.06

CMYK Percentages of Color #d4d25d

%0
%1
%56
%17

Triadic Colors of #d4d25d

#d4d25d #5dd4d2 #d25dd4

Analogous Colors of #d4d25d

#d4d25d #9bd45d #d4975d

Monochromatic Colors of #d4d25d

#d4d25d

Complementary Color

#d4d25d #5d5fd4

#d4d25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4d25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4d25d Color CSS Codes

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

#d4d25d Text Font Color

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

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


#d4d25d Background Color

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

This div background color is #d4d25d


#d4d25d Border Color

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

This div border color is #d4d25d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,210,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4d25d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4d25d;
  -webkit-box-shadow: 1px 1px 3px 2px #d4d25d;
  box-shadow:         1px 1px 3px 2px #d4d25d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,210,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4d25d


Comments

No comments written yet.

Please login to write comment.