Color Hex Logo

#dafb33 Color Hex

#DAFB33
(218,251,51)
0 Favorites   0 Comments

Color spaces of #dafb33

RGB 21825151
HSL0.190.960.59
HSV70°80°98°
CMYK 0.130.000.80   0.02
XYZ64.008284.138815.9988
Yxy84.13880.38990.5126
Hunter Lab91.7272-35.963453.8678
CIE-Lab93.5108-33.765283.2744

#dafb33 color RGB value is (218,251,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00110011
Octal 332 373 63
Decimal 218 251 51
Hex DA FB 33

RGB Percentages of Color #dafb33

%41.92
%48.27
%9.81

CMYK Percentages of Color #dafb33

%13
%0
%80
%2

Triadic Colors of #dafb33

#dafb33 #33dafb #fb33da

Analogous Colors of #dafb33

#dafb33 #76fb33 #fbb833

Monochromatic Colors of #dafb33

#dafb33

Complementary Color

#dafb33 #5433fb

#dafb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb33 Color CSS Codes

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

#dafb33 Text Font Color

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

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


#dafb33 Background Color

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

This div background color is #dafb33


#dafb33 Border Color

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

This div border color is #dafb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb33


Comments

No comments written yet.

Please login to write comment.