Color Hex Logo

#d1db75 Color Hex

#D1DB75
(209,219,117)
0 Favorites   0 Comments

Color spaces of #d1db75

RGB 209219117
HSL0.180.590.66
HSV66°47°86°
CMYK 0.050.000.47   0.14
XYZ54.836965.502726.5827
Yxy65.50270.37320.4458
Hunter Lab80.9337-20.690837.1798
CIE-Lab84.7421-17.989148.6934

#d1db75 color RGB value is (209,219,117).

#d1db75 hex color red value is 209, green value is 219 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d1db75 hue: 0.18 , saturation: 0.59 and the lightness value of d1db75 is 0.66.

The process color (four color CMYK) of #d1db75 color hex is 0.05, 0.00, 0.47, 0.14. Web safe color of #d1db75 is #cccc66. Color #d1db75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 01110101
Octal 321 333 165
Decimal 209 219 117
Hex D1 DB 75

RGB Percentages of Color #d1db75

%38.35
%40.18
%21.47

CMYK Percentages of Color #d1db75

%5
%0
%47
%14

Triadic Colors of #d1db75

#d1db75 #75d1db #db75d1

Analogous Colors of #d1db75

#d1db75 #9edb75 #dbb275

Monochromatic Colors of #d1db75

#d1db75

Complementary Color

#d1db75 #7f75db

#d1db75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1db75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1db75 Color CSS Codes

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

#d1db75 Text Font Color

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

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


#d1db75 Background Color

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

This div background color is #d1db75


#d1db75 Border Color

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

This div border color is #d1db75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,219,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1db75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1db75;
  -webkit-box-shadow: 1px 1px 3px 2px #d1db75;
  box-shadow:         1px 1px 3px 2px #d1db75; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,219,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1db75


Comments

No comments written yet.

Please login to write comment.