Color Hex Logo

#d4ebda Color Hex

#D4EBDA
(212,235,218)
0 Favorites   0 Comments

Color spaces of #d4ebda

RGB 212235218
HSL0.380.370.88
HSV136°10°92°
CMYK 0.100.000.07   0.08
XYZ69.514678.475777.8132
Yxy78.47570.30790.3475
Hunter Lab88.5865-14.95599.9310
CIE-Lab90.9965-10.70475.6657

#d4ebda color RGB value is (212,235,218).

#d4ebda hex color red value is 212, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d4ebda hue: 0.38 , saturation: 0.37 and the lightness value of d4ebda is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 11011010
Octal 324 353 332
Decimal 212 235 218
Hex D4 EB DA

RGB Percentages of Color #d4ebda

%31.88
%35.34
%32.78

CMYK Percentages of Color #d4ebda

%10
%0
%7
%8

Triadic Colors of #d4ebda

#d4ebda #dad4eb #ebdad4

Analogous Colors of #d4ebda

#d4ebda #d4ebe6 #daebd4

Monochromatic Colors of #d4ebda

#d4ebda

Complementary Color

#d4ebda #ebd4e5

#d4ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebda Color CSS Codes

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

#d4ebda Text Font Color

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

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


#d4ebda Background Color

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

This div background color is #d4ebda


#d4ebda Border Color

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

This div border color is #d4ebda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,235,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebda


Comments

No comments written yet.

Please login to write comment.