Color Hex Logo

#daf764 Color Hex

#DAF764
(218,247,100)
0 Favorites   0 Comments

Color spaces of #daf764

RGB 218247100
HSL0.200.900.68
HSV72°60°97°
CMYK 0.120.000.60   0.03
XYZ64.474582.347124.5530
Yxy82.34710.37620.4805
Hunter Lab90.7453-31.980147.4796
CIE-Lab92.7278-29.328965.7279

#daf764 color RGB value is (218,247,100).

#daf764 hex color red value is 218, green value is 247 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #daf764 hue: 0.20 , saturation: 0.90 and the lightness value of daf764 is 0.68.

The process color (four color CMYK) of #daf764 color hex is 0.12, 0.00, 0.60, 0.03. Web safe color of #daf764 is #ccff66. Color #daf764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 01100100
Octal 332 367 144
Decimal 218 247 100
Hex DA F7 64

RGB Percentages of Color #daf764

%38.58
%43.72
%17.70

CMYK Percentages of Color #daf764

%12
%0
%60
%3

Triadic Colors of #daf764

#daf764 #64daf7 #f764da

Analogous Colors of #daf764

#daf764 #91f764 #f7cb64

Monochromatic Colors of #daf764

#daf764

Complementary Color

#daf764 #8164f7

#daf764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf764 Color CSS Codes

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

#daf764 Text Font Color

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

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


#daf764 Background Color

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

This div background color is #daf764


#daf764 Border Color

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

This div border color is #daf764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf764


Comments

No comments written yet.

Please login to write comment.