Color Hex Logo

#daffae Color Hex

#DAFFAE
(218,255,174)
0 Favorites   0 Comments

Color spaces of #daffae

RGB 218255174
HSL0.241.000.84
HSV87°32°100°
CMYK 0.150.000.32   0.00
XYZ72.313489.481453.5047
Yxy89.48140.33590.4156
Hunter Lab94.5946-29.085232.6806
CIE-Lab95.7812-25.361934.9019

#daffae color RGB value is (218,255,174).

#daffae hex color red value is 218, green value is 255 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #daffae hue: 0.24 , saturation: 1.00 and the lightness value of daffae is 0.84.

The process color (four color CMYK) of #daffae color hex is 0.15, 0.00, 0.32, 0.00. Web safe color of #daffae is #ccff99. Color #daffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10101110
Octal 332 377 256
Decimal 218 255 174
Hex DA FF AE

RGB Percentages of Color #daffae

%33.69
%39.41
%26.89

CMYK Percentages of Color #daffae

%15
%0
%32
%0

Triadic Colors of #daffae

#daffae #aedaff #ffaeda

Analogous Colors of #daffae

#daffae #b2ffae #fffcae

Monochromatic Colors of #daffae

#daffae

Complementary Color

#daffae #d3aeff

#daffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffae Color CSS Codes

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

#daffae Text Font Color

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

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


#daffae Background Color

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

This div background color is #daffae


#daffae Border Color

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

This div border color is #daffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffae


Comments

No comments written yet.

Please login to write comment.