Color Hex Logo

#d5d23d Color Hex

#D5D23D
(213,210,61)
0 Favorites   0 Comments

Color spaces of #d5d23d

RGB 21321061
HSL0.160.640.54
HSV59°71°84°
CMYK 0.000.010.71   0.16
XYZ51.329560.576213.4019
Yxy60.57620.40960.4834
Hunter Lab77.8307-18.482744.2722
CIE-Lab82.1504-15.888569.7380

#d5d23d color RGB value is (213,210,61).

#d5d23d hex color red value is 213, green value is 210 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d5d23d hue: 0.16 , saturation: 0.64 and the lightness value of d5d23d is 0.54.

The process color (four color CMYK) of #d5d23d color hex is 0.00, 0.01, 0.71, 0.16. Web safe color of #d5d23d is #cccc33. Color #d5d23d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11010010 00111101
Octal 325 322 75
Decimal 213 210 61
Hex D5 D2 3D

RGB Percentages of Color #d5d23d

%44.01
%43.39
%12.60

CMYK Percentages of Color #d5d23d

%0
%1
%71
%16

Triadic Colors of #d5d23d

#d5d23d #3dd5d2 #d23dd5

Analogous Colors of #d5d23d

#d5d23d #8cd53d #d5863d

Monochromatic Colors of #d5d23d

#d5d23d

Complementary Color

#d5d23d #3d40d5

#d5d23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5d23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5d23d Color CSS Codes

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

#d5d23d Text Font Color

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

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


#d5d23d Background Color

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

This div background color is #d5d23d


#d5d23d Border Color

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

This div border color is #d5d23d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5d23d


Comments

No comments written yet.

Please login to write comment.