Color Hex Logo

#daff67 Color Hex

#DAFF67
(218,255,103)
0 Favorites   0 Comments

Color spaces of #daff67

RGB 218255103
HSL0.211.000.70
HSV75°60°100°
CMYK 0.150.000.60   0.00
XYZ67.121687.404726.1651
Yxy87.40470.37150.4837
Hunter Lab93.4905-35.454148.8499
CIE-Lab94.9097-32.801666.8818

#daff67 color RGB value is (218,255,103).

#daff67 hex color red value is 218, green value is 255 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #daff67 hue: 0.21 , saturation: 1.00 and the lightness value of daff67 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01100111
Octal 332 377 147
Decimal 218 255 103
Hex DA FF 67

RGB Percentages of Color #daff67

%37.85
%44.27
%17.88

CMYK Percentages of Color #daff67

%15
%0
%60
%0

Triadic Colors of #daff67

#daff67 #67daff #ff67da

Analogous Colors of #daff67

#daff67 #8eff67 #ffd867

Monochromatic Colors of #daff67

#daff67

Complementary Color

#daff67 #8c67ff

#daff67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff67 Color CSS Codes

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

#daff67 Text Font Color

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

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


#daff67 Background Color

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

This div background color is #daff67


#daff67 Border Color

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

This div border color is #daff67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,255,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 #daff67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff67

Related Colors


Comments

No comments written yet.

Please login to write comment.