Color Hex Logo

#d3efed Color Hex

#D3EFED
(211,239,237)
0 Favorites   0 Comments

Color spaces of #d3efed

RGB 211239237
HSL0.490.470.88
HSV176°12°94°
CMYK 0.120.000.01   0.06
XYZ73.016581.696392.0413
Yxy81.69630.29590.3311
Hunter Lab90.3860-13.97792.8944
CIE-Lab92.4407-9.4882-2.1389

#d3efed color RGB value is (211,239,237).

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

The process color (four color CMYK) of #d3efed color hex is 0.12, 0.00, 0.01, 0.06. Web safe color of #d3efed is #ccffff. Color #d3efed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101111 11101101
Octal 323 357 355
Decimal 211 239 237
Hex D3 EF ED

RGB Percentages of Color #d3efed

%30.71
%34.79
%34.50

CMYK Percentages of Color #d3efed

%12
%0
%1
%6

Triadic Colors of #d3efed

#d3efed #edd3ef #efedd3

Analogous Colors of #d3efed

#d3efed #d3e3ef #d3efdf

Monochromatic Colors of #d3efed

#d3efed

Complementary Color

#d3efed #efd3d5

#d3efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3efed Color CSS Codes

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

#d3efed Text Font Color

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

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


#d3efed Background Color

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

This div background color is #d3efed


#d3efed Border Color

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

This div border color is #d3efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3efed


Comments

No comments written yet.

Please login to write comment.