Color Hex Logo

#daffa5 Color Hex

#DAFFA5
(218,255,165)
0 Favorites   0 Comments

Color spaces of #daffa5

RGB 218255165
HSL0.241.000.82
HSV85°35°100°
CMYK 0.150.000.35   0.00
XYZ71.465089.142049.0368
Yxy89.14200.34090.4252
Hunter Lab94.4150-30.115435.2968
CIE-Lab95.6397-26.544139.1793

#daffa5 color RGB value is (218,255,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10100101
Octal 332 377 245
Decimal 218 255 165
Hex DA FF A5

RGB Percentages of Color #daffa5

%34.17
%39.97
%25.86

CMYK Percentages of Color #daffa5

%15
%0
%35
%0

Triadic Colors of #daffa5

#daffa5 #a5daff #ffa5da

Analogous Colors of #daffa5

#daffa5 #adffa5 #fff7a5

Monochromatic Colors of #daffa5

#daffa5

Complementary Color

#daffa5 #caa5ff

#daffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffa5 Color CSS Codes

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

#daffa5 Text Font Color

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

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


#daffa5 Background Color

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

This div background color is #daffa5


#daffa5 Border Color

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

This div border color is #daffa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffa5


Comments

No comments written yet.

Please login to write comment.