Color Hex Logo

#d1db44 Color Hex

#D1DB44
(209,219,68)
0 Favorites   0 Comments

Color spaces of #d1db44

RGB 20921968
HSL0.180.680.56
HSV64°69°86°
CMYK 0.050.000.69   0.14
XYZ52.669464.635715.1688
Yxy64.63570.39760.4879
Hunter Lab80.3963-23.754345.0909
CIE-Lab84.2957-21.622869.2439

#d1db44 color RGB value is (209,219,68).

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

The process color (four color CMYK) of #d1db44 color hex is 0.05, 0.00, 0.69, 0.14. Web safe color of #d1db44 is #cccc33. Color #d1db44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011011 01000100
Octal 321 333 104
Decimal 209 219 68
Hex D1 DB 44

RGB Percentages of Color #d1db44

%42.14
%44.15
%13.71

CMYK Percentages of Color #d1db44

%5
%0
%69
%14

Triadic Colors of #d1db44

#d1db44 #44d1db #db44d1

Analogous Colors of #d1db44

#d1db44 #86db44 #db9a44

Monochromatic Colors of #d1db44

#d1db44

Complementary Color

#d1db44 #4e44db

#d1db44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1db44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1db44 Color CSS Codes

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

#d1db44 Text Font Color

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

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


#d1db44 Background Color

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

This div background color is #d1db44


#d1db44 Border Color

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

This div border color is #d1db44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1db44


Comments

No comments written yet.

Please login to write comment.