Color Hex Logo

#dafe83 Color Hex

#DAFE83
(218,254,131)
0 Favorites   0 Comments

Color spaces of #dafe83

RGB 218254131
HSL0.220.980.75
HSV78°48°100°
CMYK 0.140.000.48   0.00
XYZ68.452087.427734.7402
Yxy87.42770.35910.4586
Hunter Lab93.5028-32.952743.4232
CIE-Lab94.9194-29.920954.5764

#dafe83 color RGB value is (218,254,131).

#dafe83 hex color red value is 218, green value is 254 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dafe83 hue: 0.22 , saturation: 0.98 and the lightness value of dafe83 is 0.75.

The process color (four color CMYK) of #dafe83 color hex is 0.14, 0.00, 0.48, 0.00. Web safe color of #dafe83 is #ccff99. Color #dafe83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10000011
Octal 332 376 203
Decimal 218 254 131
Hex DA FE 83

RGB Percentages of Color #dafe83

%36.15
%42.12
%21.72

CMYK Percentages of Color #dafe83

%14
%0
%48
%0

Triadic Colors of #dafe83

#dafe83 #83dafe #fe83da

Analogous Colors of #dafe83

#dafe83 #9dfe83 #fee583

Monochromatic Colors of #dafe83

#dafe83

Complementary Color

#dafe83 #a783fe

#dafe83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe83 Color CSS Codes

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

#dafe83 Text Font Color

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

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


#dafe83 Background Color

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

This div background color is #dafe83


#dafe83 Border Color

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

This div border color is #dafe83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe83


Comments

No comments written yet.

Please login to write comment.