Color Hex Logo

#daf18e Color Hex

#DAF18E
(218,241,142)
0 Favorites   0 Comments

Color spaces of #daf18e

RGB 218241142
HSL0.210.780.75
HSV74°41°95°
CMYK 0.100.000.41   0.05
XYZ65.251279.769037.5490
Yxy79.76900.35740.4369
Hunter Lab89.3135-25.889037.5929
CIE-Lab91.5811-22.629045.2326

#daf18e color RGB value is (218,241,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 10001110
Octal 332 361 216
Decimal 218 241 142
Hex DA F1 8E

RGB Percentages of Color #daf18e

%36.27
%40.10
%23.63

CMYK Percentages of Color #daf18e

%10
%0
%41
%5

Triadic Colors of #daf18e

#daf18e #8edaf1 #f18eda

Analogous Colors of #daf18e

#daf18e #a9f18e #f1d78e

Monochromatic Colors of #daf18e

#daf18e

Complementary Color

#daf18e #a58ef1

#daf18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf18e Color CSS Codes

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

#daf18e Text Font Color

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

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


#daf18e Background Color

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

This div background color is #daf18e


#daf18e Border Color

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

This div border color is #daf18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf18e


Comments

No comments written yet.

Please login to write comment.