Color Hex Logo

#dcf3ad Color Hex

#DCF3AD
(220,243,173)
0 Favorites   0 Comments

Color spaces of #dcf3ad

RGB 220243173
HSL0.220.740.82
HSV80°29°95°
CMYK 0.090.000.29   0.05
XYZ69.108682.334051.7848
Yxy82.33400.34010.4051
Hunter Lab90.7381-22.841229.6795
CIE-Lab92.7221-19.021131.3371

#dcf3ad color RGB value is (220,243,173).

#dcf3ad hex color red value is 220, green value is 243 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dcf3ad hue: 0.22 , saturation: 0.74 and the lightness value of dcf3ad is 0.82.

The process color (four color CMYK) of #dcf3ad color hex is 0.09, 0.00, 0.29, 0.05. Web safe color of #dcf3ad is #ccff99. Color #dcf3ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 10101101
Octal 334 363 255
Decimal 220 243 173
Hex DC F3 AD

RGB Percentages of Color #dcf3ad

%34.59
%38.21
%27.20

CMYK Percentages of Color #dcf3ad

%9
%0
%29
%5

Triadic Colors of #dcf3ad

#dcf3ad #addcf3 #f3addc

Analogous Colors of #dcf3ad

#dcf3ad #b9f3ad #f3e7ad

Monochromatic Colors of #dcf3ad

#dcf3ad

Complementary Color

#dcf3ad #c4adf3

#dcf3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf3ad Color CSS Codes

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

#dcf3ad Text Font Color

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

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


#dcf3ad Background Color

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

This div background color is #dcf3ad


#dcf3ad Border Color

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

This div border color is #dcf3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf3ad


Comments

No comments written yet.

Please login to write comment.