Color Hex Logo

#daf071 Color Hex

#DAF071
(218,240,113)
0 Favorites   0 Comments

Color spaces of #daf071

RGB 218240113
HSL0.200.810.69
HSV70°53°94°
CMYK 0.090.000.53   0.06
XYZ63.054278.417927.4356
Yxy78.41790.37330.4643
Hunter Lab88.5539-27.869643.6186
CIE-Lab90.9703-25.003058.1088

#daf071 color RGB value is (218,240,113).

#daf071 hex color red value is 218, green value is 240 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #daf071 hue: 0.20 , saturation: 0.81 and the lightness value of daf071 is 0.69.

The process color (four color CMYK) of #daf071 color hex is 0.09, 0.00, 0.53, 0.06. Web safe color of #daf071 is #ccff66. Color #daf071 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 01110001
Octal 332 360 161
Decimal 218 240 113
Hex DA F0 71

RGB Percentages of Color #daf071

%38.18
%42.03
%19.79

CMYK Percentages of Color #daf071

%9
%0
%53
%6

Triadic Colors of #daf071

#daf071 #71daf0 #f071da

Analogous Colors of #daf071

#daf071 #9bf071 #f0c771

Monochromatic Colors of #daf071

#daf071

Complementary Color

#daf071 #8771f0

#daf071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf071 Color CSS Codes

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

#daf071 Text Font Color

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

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


#daf071 Background Color

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

This div background color is #daf071


#daf071 Border Color

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

This div border color is #daf071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf071


Comments

No comments written yet.

Please login to write comment.