Color Hex Logo

#daf14d Color Hex

#DAF14D
(218,241,77)
0 Favorites   0 Comments

Color spaces of #daf14d

RGB 21824177
HSL0.190.850.62
HSV68°68°95°
CMYK 0.100.000.68   0.05
XYZ61.708378.351818.8922
Yxy78.35180.38820.4929
Hunter Lab88.5166-30.464749.3072
CIE-Lab90.9402-27.998572.8293

#daf14d color RGB value is (218,241,77).

#daf14d hex color red value is 218, green value is 241 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #daf14d hue: 0.19 , saturation: 0.85 and the lightness value of daf14d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 01001101
Octal 332 361 115
Decimal 218 241 77
Hex DA F1 4D

RGB Percentages of Color #daf14d

%40.67
%44.96
%14.37

CMYK Percentages of Color #daf14d

%10
%0
%68
%5

Triadic Colors of #daf14d

#daf14d #4ddaf1 #f14dda

Analogous Colors of #daf14d

#daf14d #88f14d #f1b64d

Monochromatic Colors of #daf14d

#daf14d

Complementary Color

#daf14d #644df1

#daf14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf14d Color CSS Codes

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

#daf14d Text Font Color

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

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


#daf14d Background Color

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

This div background color is #daf14d


#daf14d Border Color

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

This div border color is #daf14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf14d


Comments

No comments written yet.

Please login to write comment.