Color Hex Logo

#daf48e Color Hex

#DAF48E
(218,244,142)
0 Favorites   0 Comments

Color spaces of #daf48e

RGB 218244142
HSL0.210.820.76
HSV75°42°96°
CMYK 0.110.000.42   0.04
XYZ66.146681.559837.8475
Yxy81.55980.35650.4395
Hunter Lab90.3105-27.303638.3699
CIE-Lab92.3802-24.065046.2397

#daf48e color RGB value is (218,244,142).

#daf48e hex color red value is 218, green value is 244 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #daf48e hue: 0.21 , saturation: 0.82 and the lightness value of daf48e is 0.76.

The process color (four color CMYK) of #daf48e color hex is 0.11, 0.00, 0.42, 0.04. Web safe color of #daf48e is #ccff99. Color #daf48e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 10001110
Octal 332 364 216
Decimal 218 244 142
Hex DA F4 8E

RGB Percentages of Color #daf48e

%36.09
%40.40
%23.51

CMYK Percentages of Color #daf48e

%11
%0
%42
%4

Triadic Colors of #daf48e

#daf48e #8edaf4 #f48eda

Analogous Colors of #daf48e

#daf48e #a7f48e #f4db8e

Monochromatic Colors of #daf48e

#daf48e

Complementary Color

#daf48e #a88ef4

#daf48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf48e Color CSS Codes

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

#daf48e Text Font Color

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

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


#daf48e Background Color

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

This div background color is #daf48e


#daf48e Border Color

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

This div border color is #daf48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf48e


Comments

No comments written yet.

Please login to write comment.