Color Hex Logo

#d3f9dc Color Hex

#D3F9DC
(211,249,220)
0 Favorites   0 Comments

Color spaces of #d3f9dc

RGB 211249220
HSL0.370.760.90
HSV134°15°98°
CMYK 0.150.000.12   0.02
XYZ73.657986.767680.5758
Yxy86.76760.30560.3600
Hunter Lab93.1491-21.861713.9174
CIE-Lab94.6396-17.62949.8553

#d3f9dc color RGB value is (211,249,220).

#d3f9dc hex color red value is 211, green value is 249 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d3f9dc hue: 0.37 , saturation: 0.76 and the lightness value of d3f9dc is 0.90.

The process color (four color CMYK) of #d3f9dc color hex is 0.15, 0.00, 0.12, 0.02. Web safe color of #d3f9dc is #ccffcc. Color #d3f9dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111001 11011100
Octal 323 371 334
Decimal 211 249 220
Hex D3 F9 DC

RGB Percentages of Color #d3f9dc

%31.03
%36.62
%32.35

CMYK Percentages of Color #d3f9dc

%15
%0
%12
%2

Triadic Colors of #d3f9dc

#d3f9dc #dcd3f9 #f9dcd3

Analogous Colors of #d3f9dc

#d3f9dc #d3f9ef #ddf9d3

Monochromatic Colors of #d3f9dc

#d3f9dc

Complementary Color

#d3f9dc #f9d3f0

#d3f9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3f9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3f9dc Color CSS Codes

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

#d3f9dc Text Font Color

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

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


#d3f9dc Background Color

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

This div background color is #d3f9dc


#d3f9dc Border Color

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

This div border color is #d3f9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3f9dc


Comments

No comments written yet.

Please login to write comment.