Color Hex Logo

#dafb27 Color Hex

#DAFB27
(218,251,39)
0 Favorites   0 Comments

Color spaces of #dafb27

RGB 21825139
HSL0.190.960.57
HSV69°84°98°
CMYK 0.130.000.84   0.02
XYZ63.776884.046314.7806
Yxy84.04630.39220.5169
Hunter Lab91.6768-36.257254.6147
CIE-Lab93.4706-34.120985.9548

#dafb27 color RGB value is (218,251,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 00100111
Octal 332 373 47
Decimal 218 251 39
Hex DA FB 27

RGB Percentages of Color #dafb27

%42.91
%49.41
%7.68

CMYK Percentages of Color #dafb27

%13
%0
%84
%2

Triadic Colors of #dafb27

#dafb27 #27dafb #fb27da

Analogous Colors of #dafb27

#dafb27 #70fb27 #fbb227

Monochromatic Colors of #dafb27

#dafb27

Complementary Color

#dafb27 #4827fb

#dafb27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb27 Color CSS Codes

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

#dafb27 Text Font Color

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

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


#dafb27 Background Color

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

This div background color is #dafb27


#dafb27 Border Color

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

This div border color is #dafb27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb27


Comments

No comments written yet.

Please login to write comment.