Color Hex Logo

#d3dd88 Color Hex

#D3DD88
(211,221,136)
0 Favorites   0 Comments

Color spaces of #d3dd88

RGB 211221136
HSL0.190.560.70
HSV67°38°87°
CMYK 0.050.000.38   0.13
XYZ57.164467.339433.2775
Yxy67.33940.36230.4268
Hunter Lab82.0606-19.260833.3989
CIE-Lab85.6751-16.202740.5834

#d3dd88 color RGB value is (211,221,136).

#d3dd88 hex color red value is 211, green value is 221 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d3dd88 hue: 0.19 , saturation: 0.56 and the lightness value of d3dd88 is 0.70.

The process color (four color CMYK) of #d3dd88 color hex is 0.05, 0.00, 0.38, 0.13. Web safe color of #d3dd88 is #cccc99. Color #d3dd88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011101 10001000
Octal 323 335 210
Decimal 211 221 136
Hex D3 DD 88

RGB Percentages of Color #d3dd88

%37.15
%38.91
%23.94

CMYK Percentages of Color #d3dd88

%5
%0
%38
%13

Triadic Colors of #d3dd88

#d3dd88 #88d3dd #dd88d3

Analogous Colors of #d3dd88

#d3dd88 #a9dd88 #ddbd88

Monochromatic Colors of #d3dd88

#d3dd88

Complementary Color

#d3dd88 #9288dd

#d3dd88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3dd88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3dd88 Color CSS Codes

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

#d3dd88 Text Font Color

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

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


#d3dd88 Background Color

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

This div background color is #d3dd88


#d3dd88 Border Color

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

This div border color is #d3dd88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3dd88


Comments

No comments written yet.

Please login to write comment.