Color Hex Logo

#dafc8c Color Hex

#DAFC8C
(218,252,140)
0 Favorites   0 Comments

Color spaces of #dafc8c

RGB 218252140
HSL0.220.950.77
HSV78°44°99°
CMYK 0.130.000.44   0.01
XYZ68.457586.419737.8835
Yxy86.41970.35510.4483
Hunter Lab92.9622-31.236240.9120
CIE-Lab94.4915-28.064449.8352

#dafc8c color RGB value is (218,252,140).

#dafc8c hex color red value is 218, green value is 252 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #dafc8c hue: 0.22 , saturation: 0.95 and the lightness value of dafc8c is 0.77.

The process color (four color CMYK) of #dafc8c color hex is 0.13, 0.00, 0.44, 0.01. Web safe color of #dafc8c is #ccff99. Color #dafc8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10001100
Octal 332 374 214
Decimal 218 252 140
Hex DA FC 8C

RGB Percentages of Color #dafc8c

%35.74
%41.31
%22.95

CMYK Percentages of Color #dafc8c

%13
%0
%44
%1

Triadic Colors of #dafc8c

#dafc8c #8cdafc #fc8cda

Analogous Colors of #dafc8c

#dafc8c #a2fc8c #fce68c

Monochromatic Colors of #dafc8c

#dafc8c

Complementary Color

#dafc8c #ae8cfc

#dafc8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafc8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafc8c Color CSS Codes

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

#dafc8c Text Font Color

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

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


#dafc8c Background Color

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

This div background color is #dafc8c


#dafc8c Border Color

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

This div border color is #dafc8c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,252,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dafc8c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dafc8c;
  -webkit-box-shadow: 1px 1px 3px 2px #dafc8c;
  box-shadow:         1px 1px 3px 2px #dafc8c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,252,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafc8c


Comments

No comments written yet.

Please login to write comment.