Color Hex Logo

#dafb44 Color Hex

#DAFB44
(218,251,68)
0 Favorites   0 Comments

Color spaces of #dafb44

RGB 21825168
HSL0.200.960.63
HSV71°73°98°
CMYK 0.130.000.73   0.02
XYZ64.454084.317118.3466
Yxy84.31710.38570.5045
Hunter Lab91.8243-35.398652.4308
CIE-Lab93.5881-33.083278.4790

#dafb44 color RGB value is (218,251,68).

#dafb44 hex color red value is 218, green value is 251 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dafb44 hue: 0.20 , saturation: 0.96 and the lightness value of dafb44 is 0.63.

The process color (four color CMYK) of #dafb44 color hex is 0.13, 0.00, 0.73, 0.02. Web safe color of #dafb44 is #ccff33. Color #dafb44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 01000100
Octal 332 373 104
Decimal 218 251 68
Hex DA FB 44

RGB Percentages of Color #dafb44

%40.60
%46.74
%12.66

CMYK Percentages of Color #dafb44

%13
%0
%73
%2

Triadic Colors of #dafb44

#dafb44 #44dafb #fb44da

Analogous Colors of #dafb44

#dafb44 #7ffb44 #fbc144

Monochromatic Colors of #dafb44

#dafb44

Complementary Color

#dafb44 #6544fb

#dafb44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb44 Color CSS Codes

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

#dafb44 Text Font Color

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

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


#dafb44 Background Color

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

This div background color is #dafb44


#dafb44 Border Color

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

This div border color is #dafb44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb44

Related Colors


Comments

No comments written yet.

Please login to write comment.