Color Hex Logo

#daf97d Color Hex

#DAF97D
(218,249,125)
0 Favorites   0 Comments

Color spaces of #daf97d

RGB 218249125
HSL0.210.910.73
HSV75°50°98°
CMYK 0.120.000.50   0.02
XYZ66.490884.137532.1378
Yxy84.13750.36380.4604
Hunter Lab91.7265-31.130143.4354
CIE-Lab93.5102-28.168355.6481

#daf97d color RGB value is (218,249,125).

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

The process color (four color CMYK) of #daf97d color hex is 0.12, 0.00, 0.50, 0.02. Web safe color of #daf97d is #ccff66. Color #daf97d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01111101
Octal 332 371 175
Decimal 218 249 125
Hex DA F9 7D

RGB Percentages of Color #daf97d

%36.82
%42.06
%21.11

CMYK Percentages of Color #daf97d

%12
%0
%50
%2

Triadic Colors of #daf97d

#daf97d #7ddaf9 #f97dda

Analogous Colors of #daf97d

#daf97d #9cf97d #f9da7d

Monochromatic Colors of #daf97d

#daf97d

Complementary Color

#daf97d #9c7df9

#daf97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf97d Color CSS Codes

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

#daf97d Text Font Color

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

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


#daf97d Background Color

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

This div background color is #daf97d


#daf97d Border Color

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

This div border color is #daf97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf97d


Comments

No comments written yet.

Please login to write comment.