Color Hex Logo

#dafae5 Color Hex

#DAFAE5
(218,250,229)
0 Favorites   0 Comments

Color spaces of #dafae5

RGB 218250229
HSL0.390.760.92
HSV141°13°98°
CMYK 0.130.000.08   0.02
XYZ77.241988.933887.2236
Yxy88.93380.30480.3510
Hunter Lab94.3047-18.829811.1752
CIE-Lab95.5527-14.23436.5855

#dafae5 color RGB value is (218,250,229).

#dafae5 hex color red value is 218, green value is 250 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dafae5 hue: 0.39 , saturation: 0.76 and the lightness value of dafae5 is 0.92.

The process color (four color CMYK) of #dafae5 color hex is 0.13, 0.00, 0.08, 0.02. Web safe color of #dafae5 is #ccffcc. Color #dafae5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11100101
Octal 332 372 345
Decimal 218 250 229
Hex DA FA E5

RGB Percentages of Color #dafae5

%31.28
%35.87
%32.86

CMYK Percentages of Color #dafae5

%13
%0
%8
%2

Triadic Colors of #dafae5

#dafae5 #e5dafa #fae5da

Analogous Colors of #dafae5

#dafae5 #dafaf5 #dffada

Monochromatic Colors of #dafae5

#dafae5

Complementary Color

#dafae5 #fadaef

#dafae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafae5 Color CSS Codes

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

#dafae5 Text Font Color

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

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


#dafae5 Background Color

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

This div background color is #dafae5


#dafae5 Border Color

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

This div border color is #dafae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafae5


Comments

No comments written yet.

Please login to write comment.