Color Hex Logo

#daf260 Color Hex

#DAF260
(218,242,96)
0 Favorites   0 Comments

Color spaces of #daf260

RGB 21824296
HSL0.190.850.66
HSV70°60°95°
CMYK 0.100.000.60   0.05
XYZ62.776979.254223.0552
Yxy79.25420.38030.4801
Hunter Lab89.0248-29.922146.9628
CIE-Lab91.3492-27.276565.8784

#daf260 color RGB value is (218,242,96).

#daf260 hex color red value is 218, green value is 242 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #daf260 hue: 0.19 , saturation: 0.85 and the lightness value of daf260 is 0.66.

The process color (four color CMYK) of #daf260 color hex is 0.10, 0.00, 0.60, 0.05. Web safe color of #daf260 is #ccff66. Color #daf260 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 01100000
Octal 332 362 140
Decimal 218 242 96
Hex DA F2 60

RGB Percentages of Color #daf260

%39.21
%43.53
%17.27

CMYK Percentages of Color #daf260

%10
%0
%60
%5

Triadic Colors of #daf260

#daf260 #60daf2 #f260da

Analogous Colors of #daf260

#daf260 #91f260 #f2c160

Monochromatic Colors of #daf260

#daf260

Complementary Color

#daf260 #7860f2

#daf260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf260 Color CSS Codes

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

#daf260 Text Font Color

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

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


#daf260 Background Color

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

This div background color is #daf260


#daf260 Border Color

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

This div border color is #daf260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf260


Comments

No comments written yet.

Please login to write comment.