Color Hex Logo

#d0ecbb Color Hex

#D0ECBB
(208,236,187)
0 Favorites   0 Comments

Color spaces of #d0ecbb

RGB 208236187
HSL0.260.560.83
HSV94°21°93°
CMYK 0.120.000.21   0.07
XYZ64.977576.988758.4493
Yxy76.98870.32420.3841
Hunter Lab87.7432-21.363921.9248
CIE-Lab90.3164-17.795320.7606

#d0ecbb color RGB value is (208,236,187).

#d0ecbb hex color red value is 208, green value is 236 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d0ecbb hue: 0.26 , saturation: 0.56 and the lightness value of d0ecbb is 0.83.

The process color (four color CMYK) of #d0ecbb color hex is 0.12, 0.00, 0.21, 0.07. Web safe color of #d0ecbb is #ccffcc. Color #d0ecbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101100 10111011
Octal 320 354 273
Decimal 208 236 187
Hex D0 EC BB

RGB Percentages of Color #d0ecbb

%32.96
%37.40
%29.64

CMYK Percentages of Color #d0ecbb

%12
%0
%21
%7

Triadic Colors of #d0ecbb

#d0ecbb #bbd0ec #ecbbd0

Analogous Colors of #d0ecbb

#d0ecbb #bbecbf #e9ecbb

Monochromatic Colors of #d0ecbb

#d0ecbb

Complementary Color

#d0ecbb #d7bbec

#d0ecbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ecbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ecbb Color CSS Codes

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

#d0ecbb Text Font Color

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

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


#d0ecbb Background Color

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

This div background color is #d0ecbb


#d0ecbb Border Color

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

This div border color is #d0ecbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ecbb


Comments

No comments written yet.

Please login to write comment.