Color Hex Logo

#dafae6 Color Hex

#DAFAE6
(218,250,230)
0 Favorites   0 Comments

Color spaces of #dafae6

RGB 218250230
HSL0.400.760.92
HSV143°13°98°
CMYK 0.130.000.08   0.02
XYZ77.382088.989887.9612
Yxy88.98980.30430.3499
Hunter Lab94.3344-18.662610.7497
CIE-Lab95.5762-14.05326.1038

#dafae6 color RGB value is (218,250,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11100110
Octal 332 372 346
Decimal 218 250 230
Hex DA FA E6

RGB Percentages of Color #dafae6

%31.23
%35.82
%32.95

CMYK Percentages of Color #dafae6

%13
%0
%8
%2

Triadic Colors of #dafae6

#dafae6 #e6dafa #fae6da

Analogous Colors of #dafae6

#dafae6 #dafaf6 #defada

Monochromatic Colors of #dafae6

#dafae6

Complementary Color

#dafae6 #fadaee

#dafae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafae6 Color CSS Codes

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

#dafae6 Text Font Color

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

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


#dafae6 Background Color

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

This div background color is #dafae6


#dafae6 Border Color

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

This div border color is #dafae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafae6

Related Colors


Comments

No comments written yet.

Please login to write comment.