Color Hex Logo

#d0eccc Color Hex

#D0ECCC
(208,236,204)
0 Favorites   0 Comments

Color spaces of #d0eccc

RGB 208236204
HSL0.310.460.86
HSV113°14°93°
CMYK 0.120.000.14   0.07
XYZ66.907077.760468.6096
Yxy77.76040.31370.3646
Hunter Lab88.1819-18.883415.5969
CIE-Lab90.6705-15.003912.4511

#d0eccc color RGB value is (208,236,204).

#d0eccc hex color red value is 208, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d0eccc hue: 0.31 , saturation: 0.46 and the lightness value of d0eccc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101100 11001100
Octal 320 354 314
Decimal 208 236 204
Hex D0 EC CC

RGB Percentages of Color #d0eccc

%32.10
%36.42
%31.48

CMYK Percentages of Color #d0eccc

%12
%0
%14
%7

Triadic Colors of #d0eccc

#d0eccc #ccd0ec #ecccd0

Analogous Colors of #d0eccc

#d0eccc #ccecd8 #e0eccc

Monochromatic Colors of #d0eccc

#d0eccc

Complementary Color

#d0eccc #e8ccec

#d0eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eccc Color CSS Codes

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

#d0eccc Text Font Color

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

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


#d0eccc Background Color

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

This div background color is #d0eccc


#d0eccc Border Color

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

This div border color is #d0eccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,236,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eccc


Comments

No comments written yet.

Please login to write comment.