Color Hex Logo

#daff65 Color Hex

#DAFF65
(218,255,101)
0 Favorites   0 Comments

Color spaces of #daff65

RGB 218255101
HSL0.211.000.70
HSV74°60°100°
CMYK 0.150.000.60   0.00
XYZ67.022487.365025.6426
Yxy87.36500.37230.4853
Hunter Lab93.4692-35.577249.1627
CIE-Lab94.8929-32.948667.6861

#daff65 color RGB value is (218,255,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 01100101
Octal 332 377 145
Decimal 218 255 101
Hex DA FF 65

RGB Percentages of Color #daff65

%37.98
%44.43
%17.60

CMYK Percentages of Color #daff65

%15
%0
%60
%0

Triadic Colors of #daff65

#daff65 #65daff #ff65da

Analogous Colors of #daff65

#daff65 #8dff65 #ffd765

Monochromatic Colors of #daff65

#daff65

Complementary Color

#daff65 #8a65ff

#daff65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daff65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daff65 Color CSS Codes

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

#daff65 Text Font Color

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

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


#daff65 Background Color

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

This div background color is #daff65


#daff65 Border Color

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

This div border color is #daff65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daff65


Comments

No comments written yet.

Please login to write comment.