Color Hex Logo

#d1edbc Color Hex

#D1EDBC
(209,237,188)
0 Favorites   0 Comments

Color spaces of #d1edbc

RGB 209237188
HSL0.260.580.83
HSV94°21°93°
CMYK 0.120.000.21   0.07
XYZ65.655877.754559.1246
Yxy77.75450.32420.3839
Hunter Lab88.1785-21.405221.9704
CIE-Lab90.6678-17.782320.7428

#d1edbc color RGB value is (209,237,188).

#d1edbc hex color red value is 209, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d1edbc hue: 0.26 , saturation: 0.58 and the lightness value of d1edbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101101 10111100
Octal 321 355 274
Decimal 209 237 188
Hex D1 ED BC

RGB Percentages of Color #d1edbc

%32.97
%37.38
%29.65

CMYK Percentages of Color #d1edbc

%12
%0
%21
%7

Triadic Colors of #d1edbc

#d1edbc #bcd1ed #edbcd1

Analogous Colors of #d1edbc

#d1edbc #bcedc0 #eaedbc

Monochromatic Colors of #d1edbc

#d1edbc

Complementary Color

#d1edbc #d8bced

#d1edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1edbc Color CSS Codes

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

#d1edbc Text Font Color

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

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


#d1edbc Background Color

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

This div background color is #d1edbc


#d1edbc Border Color

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

This div border color is #d1edbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,237,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d1edbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d1edbc;
  -webkit-box-shadow: 1px 1px 3px 2px #d1edbc;
  box-shadow:         1px 1px 3px 2px #d1edbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,237,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1edbc


Comments

No comments written yet.

Please login to write comment.