Color Hex Logo

#dafe95 Color Hex

#DAFE95
(218,254,149)
0 Favorites   0 Comments

Color spaces of #dafe95

RGB 218254149
HSL0.220.980.79
HSV81°41°100°
CMYK 0.140.000.41   0.00
XYZ69.780187.959041.7338
Yxy87.95900.34980.4410
Hunter Lab93.7865-31.316639.2672
CIE-Lab95.1437-28.007546.3470

#dafe95 color RGB value is (218,254,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10010101
Octal 332 376 225
Decimal 218 254 149
Hex DA FE 95

RGB Percentages of Color #dafe95

%35.10
%40.90
%23.99

CMYK Percentages of Color #dafe95

%14
%0
%41
%0

Triadic Colors of #dafe95

#dafe95 #95dafe #fe95da

Analogous Colors of #dafe95

#dafe95 #a6fe95 #feee95

Monochromatic Colors of #dafe95

#dafe95

Complementary Color

#dafe95 #b995fe

#dafe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafe95 Color CSS Codes

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

#dafe95 Text Font Color

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

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


#dafe95 Background Color

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

This div background color is #dafe95


#dafe95 Border Color

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

This div border color is #dafe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafe95


Comments

No comments written yet.

Please login to write comment.