Color Hex Logo

#d4ebbf Color Hex

#D4EBBF
(212,235,191)
4 Favorites   0 Comments

Color spaces of #d4ebbf

RGB 212235191
HSL0.250.520.84
HSV91°19°92°
CMYK 0.100.000.19   0.08
XYZ66.263777.175360.6941
Yxy77.17530.32460.3781
Hunter Lab87.8495-19.096420.5319
CIE-Lab90.4022-15.277918.8538

#d4ebbf color RGB value is (212,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 10111111
Octal 324 353 277
Decimal 212 235 191
Hex D4 EB BF

RGB Percentages of Color #d4ebbf

%33.23
%36.83
%29.94

CMYK Percentages of Color #d4ebbf

%10
%0
%19
%8

Triadic Colors of #d4ebbf

#d4ebbf #bfd4eb #ebbfd4

Analogous Colors of #d4ebbf

#d4ebbf #bfebc0 #eaebbf

Monochromatic Colors of #d4ebbf

#d4ebbf

Complementary Color

#d4ebbf #d6bfeb

#d4ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebbf Color CSS Codes

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

#d4ebbf Text Font Color

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

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


#d4ebbf Background Color

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

This div background color is #d4ebbf


#d4ebbf Border Color

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

This div border color is #d4ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebbf


Comments

No comments written yet.

Please login to write comment.