Color Hex Logo

#daf87e Color Hex

#DAF87E
(218,248,126)
0 Favorites   0 Comments

Color spaces of #daf87e

RGB 218248126
HSL0.210.900.73
HSV75°49°97°
CMYK 0.120.000.49   0.03
XYZ66.246783.546632.3732
Yxy83.54660.36370.4586
Hunter Lab91.4038-30.585442.9835
CIE-Lab93.2532-27.604554.8808

#daf87e color RGB value is (218,248,126).

#daf87e hex color red value is 218, green value is 248 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #daf87e hue: 0.21 , saturation: 0.90 and the lightness value of daf87e is 0.73.

The process color (four color CMYK) of #daf87e color hex is 0.12, 0.00, 0.49, 0.03. Web safe color of #daf87e is #ccff66. Color #daf87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 01111110
Octal 332 370 176
Decimal 218 248 126
Hex DA F8 7E

RGB Percentages of Color #daf87e

%36.82
%41.89
%21.28

CMYK Percentages of Color #daf87e

%12
%0
%49
%3

Triadic Colors of #daf87e

#daf87e #7edaf8 #f87eda

Analogous Colors of #daf87e

#daf87e #9df87e #f8d97e

Monochromatic Colors of #daf87e

#daf87e

Complementary Color

#daf87e #9c7ef8

#daf87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf87e Color CSS Codes

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

#daf87e Text Font Color

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

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


#daf87e Background Color

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

This div background color is #daf87e


#daf87e Border Color

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

This div border color is #daf87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf87e


Comments

No comments written yet.

Please login to write comment.