Color Hex Logo

#dafb0c Color Hex

#DAFB0C
(218,251,12)
0 Favorites   0 Comments

Color spaces of #dafb0c

RGB 21825112
HSL0.190.970.52
HSV68°95°98°
CMYK 0.130.000.95   0.02
XYZ63.477083.926313.2016
Yxy83.92630.39520.5226
Hunter Lab91.6113-36.638055.5840
CIE-Lab93.4185-34.583289.6639

#dafb0c color RGB value is (218,251,12).

#dafb0c hex color red value is 218, green value is 251 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #dafb0c hue: 0.19 , saturation: 0.97 and the lightness value of dafb0c is 0.52.

The process color (four color CMYK) of #dafb0c color hex is 0.13, 0.00, 0.95, 0.02. Web safe color of #dafb0c is #ccff00. Color #dafb0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00001100
Octal 332 373 14
Decimal 218 251 12
Hex DA FB C

RGB Percentages of Color #dafb0c

%45.32
%52.18
%2.49

CMYK Percentages of Color #dafb0c

%13
%0
%95
%2

Triadic Colors of #dafb0c

#dafb0c #0cdafb #fb0cda

Analogous Colors of #dafb0c

#dafb0c #63fb0c #fba50c

Monochromatic Colors of #dafb0c

#dafb0c

Complementary Color

#dafb0c #2d0cfb

#dafb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb0c Color CSS Codes

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

#dafb0c Text Font Color

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

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


#dafb0c Background Color

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

This div background color is #dafb0c


#dafb0c Border Color

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

This div border color is #dafb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb0c


Comments

No comments written yet.

Please login to write comment.