Color Hex Logo

#d0dfbb Color Hex

#D0DFBB
(208,223,187)
0 Favorites   0 Comments

Color spaces of #d0dfbb

RGB 208223187
HSL0.240.360.80
HSV85°16°87°
CMYK 0.070.000.16   0.13
XYZ61.369769.773157.2467
Yxy69.77310.32580.3704
Hunter Lab83.5303-15.034117.8374
CIE-Lab86.8855-11.314515.9677

#d0dfbb color RGB value is (208,223,187).

#d0dfbb hex color red value is 208, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d0dfbb hue: 0.24 , saturation: 0.36 and the lightness value of d0dfbb is 0.80.

The process color (four color CMYK) of #d0dfbb color hex is 0.07, 0.00, 0.16, 0.13. Web safe color of #d0dfbb is #cccccc. Color #d0dfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011111 10111011
Octal 320 337 273
Decimal 208 223 187
Hex D0 DF BB

RGB Percentages of Color #d0dfbb

%33.66
%36.08
%30.26

CMYK Percentages of Color #d0dfbb

%7
%0
%16
%13

Triadic Colors of #d0dfbb

#d0dfbb #bbd0df #dfbbd0

Analogous Colors of #d0dfbb

#d0dfbb #bedfbb #dfdcbb

Monochromatic Colors of #d0dfbb

#d0dfbb

Complementary Color

#d0dfbb #cabbdf

#d0dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dfbb Color CSS Codes

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

#d0dfbb Text Font Color

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

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


#d0dfbb Background Color

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

This div background color is #d0dfbb


#d0dfbb Border Color

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

This div border color is #d0dfbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,223,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0dfbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0dfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #d0dfbb;
  box-shadow:         1px 1px 3px 2px #d0dfbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,223,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dfbb


Comments

No comments written yet.

Please login to write comment.