Color Hex Logo

#d4eed5 Color Hex

#D4EED5
(212,238,213)
0 Favorites   0 Comments

Color spaces of #d4eed5

RGB 212238213
HSL0.340.430.88
HSV122°11°93°
CMYK 0.110.000.11   0.07
XYZ69.736279.950274.7072
Yxy79.95020.31080.3563
Hunter Lab89.4149-17.260813.0529
CIE-Lab91.6625-13.09719.2255

#d4eed5 color RGB value is (212,238,213).

#d4eed5 hex color red value is 212, green value is 238 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #d4eed5 hue: 0.34 , saturation: 0.43 and the lightness value of d4eed5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101110 11010101
Octal 324 356 325
Decimal 212 238 213
Hex D4 EE D5

RGB Percentages of Color #d4eed5

%31.98
%35.90
%32.13

CMYK Percentages of Color #d4eed5

%11
%0
%11
%7

Triadic Colors of #d4eed5

#d4eed5 #d5d4ee #eed5d4

Analogous Colors of #d4eed5

#d4eed5 #d4eee2 #e0eed4

Monochromatic Colors of #d4eed5

#d4eed5

Complementary Color

#d4eed5 #eed4ed

#d4eed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eed5 Color CSS Codes

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

#d4eed5 Text Font Color

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

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


#d4eed5 Background Color

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

This div background color is #d4eed5


#d4eed5 Border Color

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

This div border color is #d4eed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eed5


Comments

No comments written yet.

Please login to write comment.