Color Hex Logo

#dafb13 Color Hex

#DAFB13
(218,251,19)
0 Favorites   0 Comments

Color spaces of #dafb13

RGB 21825119
HSL0.190.970.53
HSV69°92°98°
CMYK 0.130.000.92   0.02
XYZ63.528283.946813.4712
Yxy83.94680.39470.5216
Hunter Lab91.6225-36.573055.4184
CIE-Lab93.4274-34.504189.0099

#dafb13 color RGB value is (218,251,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00010011
Octal 332 373 23
Decimal 218 251 19
Hex DA FB 13

RGB Percentages of Color #dafb13

%44.67
%51.43
%3.89

CMYK Percentages of Color #dafb13

%13
%0
%92
%2

Triadic Colors of #dafb13

#dafb13 #13dafb #fb13da

Analogous Colors of #dafb13

#dafb13 #66fb13 #fba813

Monochromatic Colors of #dafb13

#dafb13

Complementary Color

#dafb13 #3413fb

#dafb13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb13 Color CSS Codes

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

#dafb13 Text Font Color

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

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


#dafb13 Background Color

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

This div background color is #dafb13


#dafb13 Border Color

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

This div border color is #dafb13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb13

Related Colors


Comments

No comments written yet.

Please login to write comment.