Color Hex Logo

#daf24d Color Hex

#DAF24D
(218,242,77)
0 Favorites   0 Comments

Color spaces of #daf24d

RGB 21824277
HSL0.190.860.63
HSV69°68°95°
CMYK 0.100.000.68   0.05
XYZ62.005178.945518.9912
Yxy78.94550.38770.4936
Hunter Lab88.8513-30.923049.5232
CIE-Lab91.2096-28.466873.0994

#daf24d color RGB value is (218,242,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 01001101
Octal 332 362 115
Decimal 218 242 77
Hex DA F2 4D

RGB Percentages of Color #daf24d

%40.60
%45.07
%14.34

CMYK Percentages of Color #daf24d

%10
%0
%68
%5

Triadic Colors of #daf24d

#daf24d #4ddaf2 #f24dda

Analogous Colors of #daf24d

#daf24d #88f24d #f2b84d

Monochromatic Colors of #daf24d

#daf24d

Complementary Color

#daf24d #654df2

#daf24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf24d Color CSS Codes

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

#daf24d Text Font Color

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

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


#daf24d Background Color

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

This div background color is #daf24d


#daf24d Border Color

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

This div border color is #daf24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf24d


Comments

No comments written yet.

Please login to write comment.