Color Hex Logo

#daf37e Color Hex

#DAF37E
(218,243,126)
0 Favorites   0 Comments

Color spaces of #daf37e

RGB 218243126
HSL0.200.830.72
HSV73°48°95°
CMYK 0.100.000.48   0.05
XYZ64.729980.513031.8676
Yxy80.51300.36550.4546
Hunter Lab89.7290-28.257241.7533
CIE-Lab91.9145-25.244053.2713

#daf37e color RGB value is (218,243,126).

#daf37e hex color red value is 218, green value is 243 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #daf37e hue: 0.20 , saturation: 0.83 and the lightness value of daf37e is 0.72.

The process color (four color CMYK) of #daf37e color hex is 0.10, 0.00, 0.48, 0.05. Web safe color of #daf37e is #ccff66. Color #daf37e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 01111110
Octal 332 363 176
Decimal 218 243 126
Hex DA F3 7E

RGB Percentages of Color #daf37e

%37.14
%41.40
%21.47

CMYK Percentages of Color #daf37e

%10
%0
%48
%5

Triadic Colors of #daf37e

#daf37e #7edaf3 #f37eda

Analogous Colors of #daf37e

#daf37e #a0f37e #f3d27e

Monochromatic Colors of #daf37e

#daf37e

Complementary Color

#daf37e #977ef3

#daf37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf37e Color CSS Codes

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

#daf37e Text Font Color

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

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


#daf37e Background Color

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

This div background color is #daf37e


#daf37e Border Color

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

This div border color is #daf37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf37e


Comments

No comments written yet.

Please login to write comment.