Color Hex Logo

#dafea8 Color Hex

#DAFEA8
(218,254,168)
0 Favorites   0 Comments

Color spaces of #dafea8

RGB 218254168
HSL0.240.980.83
HSV85°34°100°
CMYK 0.140.000.34   0.00
XYZ71.423188.616250.3860
Yxy88.61620.33940.4211
Hunter Lab94.1362-29.306634.1606
CIE-Lab95.4198-25.685037.4068

#dafea8 color RGB value is (218,254,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10101000
Octal 332 376 250
Decimal 218 254 168
Hex DA FE A8

RGB Percentages of Color #dafea8

%34.06
%39.69
%26.25

CMYK Percentages of Color #dafea8

%14
%0
%34
%0

Triadic Colors of #dafea8

#dafea8 #a8dafe #fea8da

Analogous Colors of #dafea8

#dafea8 #affea8 #fef7a8

Monochromatic Colors of #dafea8

#dafea8

Complementary Color

#dafea8 #cca8fe

#dafea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafea8 Color CSS Codes

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

#dafea8 Text Font Color

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

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


#dafea8 Background Color

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

This div background color is #dafea8


#dafea8 Border Color

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

This div border color is #dafea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafea8

Related Colors


Comments

No comments written yet.

Please login to write comment.