Color Hex Logo

#dafea5 Color Hex

#DAFEA5
(218,254,165)
0 Favorites   0 Comments

Color spaces of #dafea5

RGB 218254165
HSL0.230.980.82
HSV84°35°100°
CMYK 0.140.000.35   0.00
XYZ71.146888.505748.9308
Yxy88.50570.34110.4243
Hunter Lab94.0775-29.643635.0168
CIE-Lab95.3735-26.072238.8308

#dafea5 color RGB value is (218,254,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10100101
Octal 332 376 245
Decimal 218 254 165
Hex DA FE A5

RGB Percentages of Color #dafea5

%34.22
%39.87
%25.90

CMYK Percentages of Color #dafea5

%14
%0
%35
%0

Triadic Colors of #dafea5

#dafea5 #a5dafe #fea5da

Analogous Colors of #dafea5

#dafea5 #aefea5 #fef6a5

Monochromatic Colors of #dafea5

#dafea5

Complementary Color

#dafea5 #c9a5fe

#dafea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafea5 Color CSS Codes

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

#dafea5 Text Font Color

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

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


#dafea5 Background Color

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

This div background color is #dafea5


#dafea5 Border Color

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

This div border color is #dafea5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,254,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 #dafea5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafea5


Comments

No comments written yet.

Please login to write comment.