Color Hex Logo

#daf58e Color Hex

#DAF58E
(218,245,142)
0 Favorites   0 Comments

Color spaces of #daf58e

RGB 218245142
HSL0.210.840.76
HSV76°42°96°
CMYK 0.110.000.42   0.04
XYZ66.448382.163237.9481
Yxy82.16320.35620.4404
Hunter Lab90.6439-27.773938.6290
CIE-Lab92.6468-24.541646.5749

#daf58e color RGB value is (218,245,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 10001110
Octal 332 365 216
Decimal 218 245 142
Hex DA F5 8E

RGB Percentages of Color #daf58e

%36.03
%40.50
%23.47

CMYK Percentages of Color #daf58e

%11
%0
%42
%4

Triadic Colors of #daf58e

#daf58e #8edaf5 #f58eda

Analogous Colors of #daf58e

#daf58e #a7f58e #f5dd8e

Monochromatic Colors of #daf58e

#daf58e

Complementary Color

#daf58e #a98ef5

#daf58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf58e Color CSS Codes

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

#daf58e Text Font Color

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

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


#daf58e Background Color

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

This div background color is #daf58e


#daf58e Border Color

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

This div border color is #daf58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf58e

Related Colors


Comments

No comments written yet.

Please login to write comment.