Color Hex Logo

#d4ecbf Color Hex

#D4ECBF
(212,236,191)
0 Favorites   0 Comments

Color spaces of #d4ecbf

RGB 212236191
HSL0.260.540.84
HSV92°19°93°
CMYK 0.100.000.19   0.07
XYZ66.550877.749560.7898
Yxy77.74950.32450.3791
Hunter Lab88.1757-19.584120.8474
CIE-Lab90.6655-15.773219.2212

#d4ecbf color RGB value is (212,236,191).

#d4ecbf hex color red value is 212, green value is 236 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d4ecbf hue: 0.26 , saturation: 0.54 and the lightness value of d4ecbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101100 10111111
Octal 324 354 277
Decimal 212 236 191
Hex D4 EC BF

RGB Percentages of Color #d4ecbf

%33.18
%36.93
%29.89

CMYK Percentages of Color #d4ecbf

%10
%0
%19
%7

Triadic Colors of #d4ecbf

#d4ecbf #bfd4ec #ecbfd4

Analogous Colors of #d4ecbf

#d4ecbf #bfecc1 #ebecbf

Monochromatic Colors of #d4ecbf

#d4ecbf

Complementary Color

#d4ecbf #d7bfec

#d4ecbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ecbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ecbf Color CSS Codes

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

#d4ecbf Text Font Color

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

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


#d4ecbf Background Color

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

This div background color is #d4ecbf


#d4ecbf Border Color

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

This div border color is #d4ecbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ecbf


Comments

No comments written yet.

Please login to write comment.