Color Hex Logo

#daf067 Color Hex

#DAF067
(218,240,103)
0 Favorites   0 Comments

Color spaces of #daf067

RGB 218240103
HSL0.190.820.67
HSV70°57°94°
CMYK 0.090.000.57   0.06
XYZ62.521778.204924.6318
Yxy78.20490.37810.4729
Hunter Lab88.4335-28.560845.3892
CIE-Lab90.8733-25.816262.4004

#daf067 color RGB value is (218,240,103).

#daf067 hex color red value is 218, green value is 240 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #daf067 hue: 0.19 , saturation: 0.82 and the lightness value of daf067 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 01100111
Octal 332 360 147
Decimal 218 240 103
Hex DA F0 67

RGB Percentages of Color #daf067

%38.86
%42.78
%18.36

CMYK Percentages of Color #daf067

%9
%0
%57
%6

Triadic Colors of #daf067

#daf067 #67daf0 #f067da

Analogous Colors of #daf067

#daf067 #96f067 #f0c267

Monochromatic Colors of #daf067

#daf067

Complementary Color

#daf067 #7d67f0

#daf067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf067 Color CSS Codes

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

#daf067 Text Font Color

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

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


#daf067 Background Color

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

This div background color is #daf067


#daf067 Border Color

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

This div border color is #daf067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf067


Comments

No comments written yet.

Please login to write comment.