Color Hex Logo

#daf209 Color Hex

#DAF209
(218,242,9)
0 Favorites   0 Comments

Color spaces of #daf209

RGB 2182429
HSL0.180.930.49
HSV66°96°95°
CMYK 0.100.000.96   0.05
XYZ60.714978.429412.1968
Yxy78.42940.40120.5182
Hunter Lab88.5604-32.605353.8267
CIE-Lab90.9755-30.486488.0298

#daf209 color RGB value is (218,242,9).

#daf209 hex color red value is 218, green value is 242 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #daf209 hue: 0.18 , saturation: 0.93 and the lightness value of daf209 is 0.49.

The process color (four color CMYK) of #daf209 color hex is 0.10, 0.00, 0.96, 0.05. Web safe color of #daf209 is #ccff00. Color #daf209 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 00001001
Octal 332 362 11
Decimal 218 242 9
Hex DA F2 9

RGB Percentages of Color #daf209

%46.48
%51.60
%1.92

CMYK Percentages of Color #daf209

%10
%0
%96
%5

Triadic Colors of #daf209

#daf209 #09daf2 #f209da

Analogous Colors of #daf209

#daf209 #66f209 #f29609

Monochromatic Colors of #daf209

#daf209

Complementary Color

#daf209 #2109f2

#daf209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf209 Color CSS Codes

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

#daf209 Text Font Color

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

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


#daf209 Background Color

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

This div background color is #daf209


#daf209 Border Color

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

This div border color is #daf209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf209

Related Colors


Comments

No comments written yet.

Please login to write comment.