Color Hex Logo

#d3efde Color Hex

#D3EFDE
(211,239,222)
0 Favorites   0 Comments

Color spaces of #d3efde

RGB 211239222
HSL0.400.470.88
HSV144°12°94°
CMYK 0.120.000.07   0.06
XYZ70.915380.855880.9763
Yxy80.85580.30470.3474
Hunter Lab89.9199-16.58579.5510
CIE-Lab92.0675-12.31525.1214

#d3efde color RGB value is (211,239,222).

#d3efde hex color red value is 211, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d3efde hue: 0.40 , saturation: 0.47 and the lightness value of d3efde is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101111 11011110
Octal 323 357 336
Decimal 211 239 222
Hex D3 EF DE

RGB Percentages of Color #d3efde

%31.40
%35.57
%33.04

CMYK Percentages of Color #d3efde

%12
%0
%7
%6

Triadic Colors of #d3efde

#d3efde #ded3ef #efded3

Analogous Colors of #d3efde

#d3efde #d3efec #d6efd3

Monochromatic Colors of #d3efde

#d3efde

Complementary Color

#d3efde #efd3e4

#d3efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3efde Color CSS Codes

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

#d3efde Text Font Color

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

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


#d3efde Background Color

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

This div background color is #d3efde


#d3efde Border Color

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

This div border color is #d3efde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,239,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3efde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3efde;
  -webkit-box-shadow: 1px 1px 3px 2px #d3efde;
  box-shadow:         1px 1px 3px 2px #d3efde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,239,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3efde


Comments

No comments written yet.

Please login to write comment.