Color Hex Logo

#daf217 Color Hex

#DAF217
(218,242,23)
0 Favorites   0 Comments

Color spaces of #daf217

RGB 21824223
HSL0.180.890.52
HSV67°90°95°
CMYK 0.100.000.90   0.05
XYZ60.820278.471512.7516
Yxy78.47150.40000.5161
Hunter Lab88.5841-32.467553.4742
CIE-Lab90.9946-30.320186.6226

#daf217 color RGB value is (218,242,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 00010111
Octal 332 362 27
Decimal 218 242 23
Hex DA F2 17

RGB Percentages of Color #daf217

%45.13
%50.10
%4.76

CMYK Percentages of Color #daf217

%10
%0
%90
%5

Triadic Colors of #daf217

#daf217 #17daf2 #f217da

Analogous Colors of #daf217

#daf217 #6df217 #f29d17

Monochromatic Colors of #daf217

#daf217

Complementary Color

#daf217 #2f17f2

#daf217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf217 Color CSS Codes

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

#daf217 Text Font Color

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

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


#daf217 Background Color

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

This div background color is #daf217


#daf217 Border Color

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

This div border color is #daf217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf217


Comments

No comments written yet.

Please login to write comment.