Color Hex Logo

#d3dd62 Color Hex

#D3DD62
(211,221,98)
0 Favorites   0 Comments

Color spaces of #d3dd62

RGB 21122198
HSL0.180.640.63
HSV65°56°87°
CMYK 0.050.000.56   0.13
XYZ54.925066.443621.4853
Yxy66.44360.38450.4651
Hunter Lab81.5129-22.370941.4313
CIE-Lab85.2222-19.835658.0842

#d3dd62 color RGB value is (211,221,98).

#d3dd62 hex color red value is 211, green value is 221 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #d3dd62 hue: 0.18 , saturation: 0.64 and the lightness value of d3dd62 is 0.63.

The process color (four color CMYK) of #d3dd62 color hex is 0.05, 0.00, 0.56, 0.13. Web safe color of #d3dd62 is #cccc66. Color #d3dd62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011101 01100010
Octal 323 335 142
Decimal 211 221 98
Hex D3 DD 62

RGB Percentages of Color #d3dd62

%39.81
%41.70
%18.49

CMYK Percentages of Color #d3dd62

%5
%0
%56
%13

Triadic Colors of #d3dd62

#d3dd62 #62d3dd #dd62d3

Analogous Colors of #d3dd62

#d3dd62 #96dd62 #ddaa62

Monochromatic Colors of #d3dd62

#d3dd62

Complementary Color

#d3dd62 #6c62dd

#d3dd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dd62 Color CSS Codes

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

#d3dd62 Text Font Color

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

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


#d3dd62 Background Color

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

This div background color is #d3dd62


#d3dd62 Border Color

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

This div border color is #d3dd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dd62


Comments

No comments written yet.

Please login to write comment.