Color Hex Logo

#daf28c Color Hex

#DAF28C
(218,242,140)
0 Favorites   0 Comments

Color spaces of #daf28c

RGB 218242140
HSL0.210.800.75
HSV74°42°95°
CMYK 0.100.000.42   0.05
XYZ65.399280.303136.8641
Yxy80.30310.35820.4399
Hunter Lab89.6120-26.551038.3380
CIE-Lab91.8207-23.328446.5036

#daf28c color RGB value is (218,242,140).

#daf28c hex color red value is 218, green value is 242 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #daf28c hue: 0.21 , saturation: 0.80 and the lightness value of daf28c is 0.75.

The process color (four color CMYK) of #daf28c color hex is 0.10, 0.00, 0.42, 0.05. Web safe color of #daf28c is #ccff99. Color #daf28c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 10001100
Octal 332 362 214
Decimal 218 242 140
Hex DA F2 8C

RGB Percentages of Color #daf28c

%36.33
%40.33
%23.33

CMYK Percentages of Color #daf28c

%10
%0
%42
%5

Triadic Colors of #daf28c

#daf28c #8cdaf2 #f28cda

Analogous Colors of #daf28c

#daf28c #a7f28c #f2d78c

Monochromatic Colors of #daf28c

#daf28c

Complementary Color

#daf28c #a48cf2

#daf28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf28c Color CSS Codes

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

#daf28c Text Font Color

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

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


#daf28c Background Color

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

This div background color is #daf28c


#daf28c Border Color

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

This div border color is #daf28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf28c


Comments

No comments written yet.

Please login to write comment.