Color Hex Logo

#daf072 Color Hex

#DAF072
(218,240,114)
0 Favorites   0 Comments

Color spaces of #daf072

RGB 218240114
HSL0.200.810.69
HSV70°53°94°
CMYK 0.090.000.53   0.06
XYZ63.110878.440527.7338
Yxy78.44050.37280.4634
Hunter Lab88.5666-27.796143.4306
CIE-Lab90.9805-24.916957.6705

#daf072 color RGB value is (218,240,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 01110010
Octal 332 360 162
Decimal 218 240 114
Hex DA F0 72

RGB Percentages of Color #daf072

%38.11
%41.96
%19.93

CMYK Percentages of Color #daf072

%9
%0
%53
%6

Triadic Colors of #daf072

#daf072 #72daf0 #f072da

Analogous Colors of #daf072

#daf072 #9bf072 #f0c772

Monochromatic Colors of #daf072

#daf072

Complementary Color

#daf072 #8872f0

#daf072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf072 Color CSS Codes

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

#daf072 Text Font Color

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

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


#daf072 Background Color

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

This div background color is #daf072


#daf072 Border Color

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

This div border color is #daf072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf072


Comments

No comments written yet.

Please login to write comment.