Color Hex Logo

#dcfaa8 Color Hex

#DCFAA8
(220,250,168)
0 Favorites   0 Comments

Color spaces of #dcfaa8

RGB 220250168
HSL0.230.890.82
HSV82°33°98°
CMYK 0.120.000.33   0.02
XYZ70.768786.414049.9955
Yxy86.41400.34160.4171
Hunter Lab92.9591-26.788533.1839
CIE-Lab94.4891-23.065836.2028

#dcfaa8 color RGB value is (220,250,168).

#dcfaa8 hex color red value is 220, green value is 250 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dcfaa8 hue: 0.23 , saturation: 0.89 and the lightness value of dcfaa8 is 0.82.

The process color (four color CMYK) of #dcfaa8 color hex is 0.12, 0.00, 0.33, 0.02. Web safe color of #dcfaa8 is #ccff99. Color #dcfaa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 10101000
Octal 334 372 250
Decimal 220 250 168
Hex DC FA A8

RGB Percentages of Color #dcfaa8

%34.48
%39.18
%26.33

CMYK Percentages of Color #dcfaa8

%12
%0
%33
%2

Triadic Colors of #dcfaa8

#dcfaa8 #a8dcfa #faa8dc

Analogous Colors of #dcfaa8

#dcfaa8 #b3faa8 #faefa8

Monochromatic Colors of #dcfaa8

#dcfaa8

Complementary Color

#dcfaa8 #c6a8fa

#dcfaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfaa8 Color CSS Codes

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

#dcfaa8 Text Font Color

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

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


#dcfaa8 Background Color

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

This div background color is #dcfaa8


#dcfaa8 Border Color

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

This div border color is #dcfaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfaa8


Comments

No comments written yet.

Please login to write comment.