Color Hex Logo

#d4edeb Color Hex

#D4EDEB
(212,237,235)
0 Favorites   0 Comments

Color spaces of #d4edeb

RGB 212237235
HSL0.490.410.88
HSV175°11°93°
CMYK 0.110.000.01   0.07
XYZ72.431080.563690.3301
Yxy80.56360.29770.3311
Hunter Lab89.7572-13.03183.1616
CIE-Lab91.9371-8.5453-1.8277

#d4edeb color RGB value is (212,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101101 11101011
Octal 324 355 353
Decimal 212 237 235
Hex D4 ED EB

RGB Percentages of Color #d4edeb

%30.99
%34.65
%34.36

CMYK Percentages of Color #d4edeb

%11
%0
%1
%7

Triadic Colors of #d4edeb

#d4edeb #ebd4ed #edebd4

Analogous Colors of #d4edeb

#d4edeb #d4e3ed #d4eddf

Monochromatic Colors of #d4edeb

#d4edeb

Complementary Color

#d4edeb #edd4d6

#d4edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4edeb Color CSS Codes

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

#d4edeb Text Font Color

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

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


#d4edeb Background Color

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

This div background color is #d4edeb


#d4edeb Border Color

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

This div border color is #d4edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4edeb


Comments

No comments written yet.

Please login to write comment.