Color Hex Logo

#d2dfba Color Hex

#D2DFBA
(210,223,186)
0 Favorites   0 Comments

Color spaces of #d2dfba

RGB 210223186
HSL0.230.370.80
HSV81°17°87°
CMYK 0.060.000.17   0.13
XYZ61.828970.022256.7113
Yxy70.02220.32790.3713
Hunter Lab83.6793-14.548718.3933
CIE-Lab87.0078-10.766416.6833

#d2dfba color RGB value is (210,223,186).

#d2dfba hex color red value is 210, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d2dfba hue: 0.23 , saturation: 0.37 and the lightness value of d2dfba is 0.80.

The process color (four color CMYK) of #d2dfba color hex is 0.06, 0.00, 0.17, 0.13. Web safe color of #d2dfba is #cccccc. Color #d2dfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011111 10111010
Octal 322 337 272
Decimal 210 223 186
Hex D2 DF BA

RGB Percentages of Color #d2dfba

%33.93
%36.03
%30.05

CMYK Percentages of Color #d2dfba

%6
%0
%17
%13

Triadic Colors of #d2dfba

#d2dfba #bad2df #dfbad2

Analogous Colors of #d2dfba

#d2dfba #c0dfba #dfdaba

Monochromatic Colors of #d2dfba

#d2dfba

Complementary Color

#d2dfba #c7badf

#d2dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dfba Color CSS Codes

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

#d2dfba Text Font Color

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

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


#d2dfba Background Color

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

This div background color is #d2dfba


#d2dfba Border Color

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

This div border color is #d2dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dfba


Comments

No comments written yet.

Please login to write comment.