Color Hex Logo

#daf91d Color Hex

#DAF91D
(218,249,29)
0 Favorites   0 Comments

Color spaces of #daf91d

RGB 21824929
HSL0.190.950.55
HSV68°88°98°
CMYK 0.120.000.88   0.02
XYZ63.010982.745513.8129
Yxy82.74550.39490.5186
Hunter Lab90.9646-35.541554.6720
CIE-Lab92.9029-33.433287.2701

#daf91d color RGB value is (218,249,29).

#daf91d hex color red value is 218, green value is 249 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #daf91d hue: 0.19 , saturation: 0.95 and the lightness value of daf91d is 0.55.

The process color (four color CMYK) of #daf91d color hex is 0.12, 0.00, 0.88, 0.02. Web safe color of #daf91d is #ccff33. Color #daf91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 00011101
Octal 332 371 35
Decimal 218 249 29
Hex DA F9 1D

RGB Percentages of Color #daf91d

%43.95
%50.20
%5.85

CMYK Percentages of Color #daf91d

%12
%0
%88
%2

Triadic Colors of #daf91d

#daf91d #1ddaf9 #f91dda

Analogous Colors of #daf91d

#daf91d #6cf91d #f9aa1d

Monochromatic Colors of #daf91d

#daf91d

Complementary Color

#daf91d #3c1df9

#daf91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf91d Color CSS Codes

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

#daf91d Text Font Color

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

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


#daf91d Background Color

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

This div background color is #daf91d


#daf91d Border Color

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

This div border color is #daf91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf91d


Comments

No comments written yet.

Please login to write comment.