Color Hex Logo

#dafb7c Color Hex

#DAFB7C
(218,251,124)
0 Favorites   0 Comments

Color spaces of #dafb7c

RGB 218251124
HSL0.210.940.74
HSV76°51°98°
CMYK 0.130.000.51   0.02
XYZ67.048785.355032.0101
Yxy85.35500.36360.4628
Hunter Lab92.3878-32.135644.1289
CIE-Lab94.0359-29.196356.7311

#dafb7c color RGB value is (218,251,124).

#dafb7c hex color red value is 218, green value is 251 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dafb7c hue: 0.21 , saturation: 0.94 and the lightness value of dafb7c is 0.74.

The process color (four color CMYK) of #dafb7c color hex is 0.13, 0.00, 0.51, 0.02. Web safe color of #dafb7c is #ccff66. Color #dafb7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 01111100
Octal 332 373 174
Decimal 218 251 124
Hex DA FB 7C

RGB Percentages of Color #dafb7c

%36.76
%42.33
%20.91

CMYK Percentages of Color #dafb7c

%13
%0
%51
%2

Triadic Colors of #dafb7c

#dafb7c #7cdafb #fb7cda

Analogous Colors of #dafb7c

#dafb7c #9bfb7c #fbdd7c

Monochromatic Colors of #dafb7c

#dafb7c

Complementary Color

#dafb7c #9d7cfb

#dafb7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafb7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafb7c Color CSS Codes

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

#dafb7c Text Font Color

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

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


#dafb7c Background Color

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

This div background color is #dafb7c


#dafb7c Border Color

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

This div border color is #dafb7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafb7c


Comments

No comments written yet.

Please login to write comment.