Color Hex Logo

#d3ffed Color Hex

#D3FFED
(211,255,237)
0 Favorites   0 Comments

Color spaces of #d3ffed

RGB 211255237
HSL0.431.000.91
HSV155°17°100°
CMYK 0.170.000.07   0.00
XYZ77.910091.483393.6725
Yxy91.48330.29620.3478
Hunter Lab95.6469-21.98348.8867
CIE-Lab96.6087-17.44443.9368

#d3ffed color RGB value is (211,255,237).

#d3ffed hex color red value is 211, green value is 255 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d3ffed hue: 0.43 , saturation: 1.00 and the lightness value of d3ffed is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111111 11101101
Octal 323 377 355
Decimal 211 255 237
Hex D3 FF ED

RGB Percentages of Color #d3ffed

%30.01
%36.27
%33.71

CMYK Percentages of Color #d3ffed

%17
%0
%7
%0

Triadic Colors of #d3ffed

#d3ffed #edd3ff #ffedd3

Analogous Colors of #d3ffed

#d3ffed #d3fbff #d3ffd7

Monochromatic Colors of #d3ffed

#d3ffed

Complementary Color

#d3ffed #ffd3e5

#d3ffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ffed Color CSS Codes

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

#d3ffed Text Font Color

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

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


#d3ffed Background Color

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

This div background color is #d3ffed


#d3ffed Border Color

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

This div border color is #d3ffed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,255,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 #d3ffed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ffed

Related Colors

#d3ffed Color Palettes


Comments

No comments written yet.

Please login to write comment.