Color Hex Logo

#d1e0bf Color Hex

#D1E0BF
(209,224,191)
0 Favorites   0 Comments

Color spaces of #d1e0bf

RGB 209224191
HSL0.240.350.81
HSV87°15°88°
CMYK 0.070.000.15   0.12
XYZ62.354170.628259.6364
Yxy70.62820.32370.3667
Hunter Lab84.0406-14.632616.7554
CIE-Lab87.3041-10.820414.4738

#d1e0bf color RGB value is (209,224,191).

#d1e0bf hex color red value is 209, green value is 224 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d1e0bf hue: 0.24 , saturation: 0.35 and the lightness value of d1e0bf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11100000 10111111
Octal 321 340 277
Decimal 209 224 191
Hex D1 E0 BF

RGB Percentages of Color #d1e0bf

%33.49
%35.90
%30.61

CMYK Percentages of Color #d1e0bf

%7
%0
%15
%12

Triadic Colors of #d1e0bf

#d1e0bf #bfd1e0 #e0bfd1

Analogous Colors of #d1e0bf

#d1e0bf #c1e0bf #e0dfbf

Monochromatic Colors of #d1e0bf

#d1e0bf

Complementary Color

#d1e0bf #cebfe0

#d1e0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1e0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1e0bf Color CSS Codes

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

#d1e0bf Text Font Color

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

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


#d1e0bf Background Color

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

This div background color is #d1e0bf


#d1e0bf Border Color

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

This div border color is #d1e0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1e0bf


Comments

No comments written yet.

Please login to write comment.