Color Hex Logo

#dafb38 Color Hex

#DAFB38
(218,251,56)
0 Favorites   0 Comments

Color spaces of #dafb38

RGB 21825156
HSL0.190.960.60
HSV70°78°98°
CMYK 0.130.000.78   0.02
XYZ64.124484.185316.6111
Yxy84.18530.38880.5105
Hunter Lab91.7525-35.816153.4928
CIE-Lab93.5309-33.587181.9796

#dafb38 color RGB value is (218,251,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00111000
Octal 332 373 70
Decimal 218 251 56
Hex DA FB 38

RGB Percentages of Color #dafb38

%41.52
%47.81
%10.67

CMYK Percentages of Color #dafb38

%13
%0
%78
%2

Triadic Colors of #dafb38

#dafb38 #38dafb #fb38da

Analogous Colors of #dafb38

#dafb38 #79fb38 #fbbb38

Monochromatic Colors of #dafb38

#dafb38

Complementary Color

#dafb38 #5938fb

#dafb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb38 Color CSS Codes

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

#dafb38 Text Font Color

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

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


#dafb38 Background Color

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

This div background color is #dafb38


#dafb38 Border Color

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

This div border color is #dafb38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb38


Comments

No comments written yet.

Please login to write comment.