Color Hex Logo

#dafe2d Color Hex

#DAFE2D
(218,254,45)
0 Favorites   0 Comments

Color spaces of #dafe2d

RGB 21825445
HSL0.200.990.59
HSV70°82°100°
CMYK 0.140.000.82   0.00
XYZ64.828985.978515.6613
Yxy85.97850.38940.5165
Hunter Lab92.7246-37.468854.8931
CIE-Lab94.3032-35.315585.3880

#dafe2d color RGB value is (218,254,45).

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

The process color (four color CMYK) of #dafe2d color hex is 0.14, 0.00, 0.82, 0.00. Web safe color of #dafe2d is #ccff33. Color #dafe2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 00101101
Octal 332 376 55
Decimal 218 254 45
Hex DA FE 2D

RGB Percentages of Color #dafe2d

%42.17
%49.13
%8.70

CMYK Percentages of Color #dafe2d

%14
%0
%82
%0

Triadic Colors of #dafe2d

#dafe2d #2ddafe #fe2dda

Analogous Colors of #dafe2d

#dafe2d #72fe2d #feba2d

Monochromatic Colors of #dafe2d

#dafe2d

Complementary Color

#dafe2d #512dfe

#dafe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe2d Color CSS Codes

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

#dafe2d Text Font Color

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

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


#dafe2d Background Color

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

This div background color is #dafe2d


#dafe2d Border Color

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

This div border color is #dafe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe2d


Comments

No comments written yet.

Please login to write comment.