Color Hex Logo

#d0e2bb Color Hex

#D0E2BB
(208,226,187)
0 Favorites   0 Comments

Color spaces of #d0e2bb

RGB 208226187
HSL0.240.400.81
HSV88°17°89°
CMYK 0.080.000.17   0.11
XYZ62.178471.390557.5163
Yxy71.39050.32540.3736
Hunter Lab84.4929-16.504318.7849
CIE-Lab87.6744-12.825117.0749

#d0e2bb color RGB value is (208,226,187).

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

The process color (four color CMYK) of #d0e2bb color hex is 0.08, 0.00, 0.17, 0.11. Web safe color of #d0e2bb is #cccccc. Color #d0e2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100010 10111011
Octal 320 342 273
Decimal 208 226 187
Hex D0 E2 BB

RGB Percentages of Color #d0e2bb

%33.49
%36.39
%30.11

CMYK Percentages of Color #d0e2bb

%8
%0
%17
%11

Triadic Colors of #d0e2bb

#d0e2bb #bbd0e2 #e2bbd0

Analogous Colors of #d0e2bb

#d0e2bb #bde2bb #e2e1bb

Monochromatic Colors of #d0e2bb

#d0e2bb

Complementary Color

#d0e2bb #cdbbe2

#d0e2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e2bb Color CSS Codes

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

#d0e2bb Text Font Color

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

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


#d0e2bb Background Color

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

This div background color is #d0e2bb


#d0e2bb Border Color

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

This div border color is #d0e2bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,226,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 #d0e2bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e2bb


Comments

No comments written yet.

Please login to write comment.