Color Hex Logo

#d0dfbe Color Hex

#D0DFBE
(208,223,190)
0 Favorites   0 Comments

Color spaces of #d0dfbe

RGB 208223190
HSL0.240.340.81
HSV87°15°87°
CMYK 0.070.000.15   0.13
XYZ61.694469.903058.9562
Yxy69.90300.32380.3668
Hunter Lab83.6080-14.598816.7173
CIE-Lab86.9493-10.828714.4867

#d0dfbe color RGB value is (208,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011111 10111110
Octal 320 337 276
Decimal 208 223 190
Hex D0 DF BE

RGB Percentages of Color #d0dfbe

%33.49
%35.91
%30.60

CMYK Percentages of Color #d0dfbe

%7
%0
%15
%13

Triadic Colors of #d0dfbe

#d0dfbe #bed0df #dfbed0

Analogous Colors of #d0dfbe

#d0dfbe #c0dfbe #dfdebe

Monochromatic Colors of #d0dfbe

#d0dfbe

Complementary Color

#d0dfbe #cdbedf

#d0dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dfbe Color CSS Codes

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

#d0dfbe Text Font Color

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

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


#d0dfbe Background Color

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

This div background color is #d0dfbe


#d0dfbe Border Color

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

This div border color is #d0dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dfbe


Comments

No comments written yet.

Please login to write comment.