Color Hex Logo

#dafe65 Color Hex

#DAFE65
(218,254,101)
0 Favorites   0 Comments

Color spaces of #dafe65

RGB 218254101
HSL0.210.990.70
HSV74°60°100°
CMYK 0.140.000.60   0.00
XYZ66.704286.728625.5365
Yxy86.72860.37270.4846
Hunter Lab93.1282-35.121548.9319
CIE-Lab94.6230-32.490667.3913

#dafe65 color RGB value is (218,254,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 01100101
Octal 332 376 145
Decimal 218 254 101
Hex DA FE 65

RGB Percentages of Color #dafe65

%38.05
%44.33
%17.63

CMYK Percentages of Color #dafe65

%14
%0
%60
%0

Triadic Colors of #dafe65

#dafe65 #65dafe #fe65da

Analogous Colors of #dafe65

#dafe65 #8efe65 #fed665

Monochromatic Colors of #dafe65

#dafe65

Complementary Color

#dafe65 #8965fe

#dafe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe65 Color CSS Codes

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

#dafe65 Text Font Color

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

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


#dafe65 Background Color

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

This div background color is #dafe65


#dafe65 Border Color

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

This div border color is #dafe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe65


Comments

No comments written yet.

Please login to write comment.