Color Hex Logo

#d0eccf Color Hex

#D0ECCF
(208,236,207)
0 Favorites   0 Comments

Color spaces of #d0eccf

RGB 208236207
HSL0.330.430.87
HSV118°12°93°
CMYK 0.120.000.12   0.07
XYZ67.270477.905870.5233
Yxy77.90580.31190.3612
Hunter Lab88.2643-18.419114.4122
CIE-Lab90.7369-14.486510.9861

#d0eccf color RGB value is (208,236,207).

#d0eccf hex color red value is 208, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d0eccf hue: 0.33 , saturation: 0.43 and the lightness value of d0eccf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101100 11001111
Octal 320 354 317
Decimal 208 236 207
Hex D0 EC CF

RGB Percentages of Color #d0eccf

%31.95
%36.25
%31.80

CMYK Percentages of Color #d0eccf

%12
%0
%12
%7

Triadic Colors of #d0eccf

#d0eccf #cfd0ec #eccfd0

Analogous Colors of #d0eccf

#d0eccf #cfecdd #dfeccf

Monochromatic Colors of #d0eccf

#d0eccf

Complementary Color

#d0eccf #ebcfec

#d0eccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eccf Color CSS Codes

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

#d0eccf Text Font Color

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

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


#d0eccf Background Color

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

This div background color is #d0eccf


#d0eccf Border Color

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

This div border color is #d0eccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eccf


Comments

No comments written yet.

Please login to write comment.