Color Hex Logo

#dafaea Color Hex

#DAFAEA
(218,250,234)
0 Favorites   0 Comments

Color spaces of #dafaea

RGB 218250234
HSL0.420.760.92
HSV150°13°98°
CMYK 0.130.000.06   0.02
XYZ77.950389.217290.9541
Yxy89.21720.30200.3456
Hunter Lab94.4549-17.98629.0259
CIE-Lab95.6711-13.32244.1784

#dafaea color RGB value is (218,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11101010
Octal 332 372 352
Decimal 218 250 234
Hex DA FA EA

RGB Percentages of Color #dafaea

%31.05
%35.61
%33.33

CMYK Percentages of Color #dafaea

%13
%0
%6
%2

Triadic Colors of #dafaea

#dafaea #eadafa #faeada

Analogous Colors of #dafaea

#dafaea #dafafa #dafada

Monochromatic Colors of #dafaea

#dafaea

Complementary Color

#dafaea #fadaea

#dafaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafaea Color CSS Codes

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

#dafaea Text Font Color

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

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


#dafaea Background Color

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

This div background color is #dafaea


#dafaea Border Color

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

This div border color is #dafaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafaea


Comments

No comments written yet.

Please login to write comment.