Color Hex Logo

#d0e6bc Color Hex

#D0E6BC
(208,230,188)
0 Favorites   0 Comments

Color spaces of #d0e6bc

RGB 208230188
HSL0.250.460.82
HSV91°18°90°
CMYK 0.100.000.18   0.10
XYZ63.386373.634458.4490
Yxy73.63440.32430.3767
Hunter Lab85.8105-18.314419.6825
CIE-Lab88.7494-14.666118.0592

#d0e6bc color RGB value is (208,230,188).

#d0e6bc hex color red value is 208, green value is 230 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d0e6bc hue: 0.25 , saturation: 0.46 and the lightness value of d0e6bc is 0.82.

The process color (four color CMYK) of #d0e6bc color hex is 0.10, 0.00, 0.18, 0.10. Web safe color of #d0e6bc is #ccffcc. Color #d0e6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100110 10111100
Octal 320 346 274
Decimal 208 230 188
Hex D0 E6 BC

RGB Percentages of Color #d0e6bc

%33.23
%36.74
%30.03

CMYK Percentages of Color #d0e6bc

%10
%0
%18
%10

Triadic Colors of #d0e6bc

#d0e6bc #bcd0e6 #e6bcd0

Analogous Colors of #d0e6bc

#d0e6bc #bce6bd #e5e6bc

Monochromatic Colors of #d0e6bc

#d0e6bc

Complementary Color

#d0e6bc #d2bce6

#d0e6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e6bc Color CSS Codes

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

#d0e6bc Text Font Color

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

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


#d0e6bc Background Color

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

This div background color is #d0e6bc


#d0e6bc Border Color

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

This div border color is #d0e6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e6bc


Comments

No comments written yet.

Please login to write comment.