Color Hex Logo

#d3f3de Color Hex

#D3F3DE
(211,243,222)
0 Favorites   0 Comments

Color spaces of #d3f3de

RGB 211243222
HSL0.390.570.89
HSV141°13°95°
CMYK 0.130.000.09   0.05
XYZ72.099483.224081.3710
Yxy83.22400.30460.3516
Hunter Lab91.2272-18.574010.9747
CIE-Lab93.1124-14.30916.6291

#d3f3de color RGB value is (211,243,222).

#d3f3de hex color red value is 211, green value is 243 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d3f3de hue: 0.39 , saturation: 0.57 and the lightness value of d3f3de is 0.89.

The process color (four color CMYK) of #d3f3de color hex is 0.13, 0.00, 0.09, 0.05. Web safe color of #d3f3de is #ccffcc. Color #d3f3de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11110011 11011110
Octal 323 363 336
Decimal 211 243 222
Hex D3 F3 DE

RGB Percentages of Color #d3f3de

%31.21
%35.95
%32.84

CMYK Percentages of Color #d3f3de

%13
%0
%9
%5

Triadic Colors of #d3f3de

#d3f3de #ded3f3 #f3ded3

Analogous Colors of #d3f3de

#d3f3de #d3f3ee #d8f3d3

Monochromatic Colors of #d3f3de

#d3f3de

Complementary Color

#d3f3de #f3d3e8

#d3f3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3f3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3f3de Color CSS Codes

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

#d3f3de Text Font Color

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

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


#d3f3de Background Color

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

This div background color is #d3f3de


#d3f3de Border Color

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

This div border color is #d3f3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3f3de


Comments

No comments written yet.

Please login to write comment.