Color Hex Logo

#dafaee Color Hex

#DAFAEE
(218,250,238)
0 Favorites   0 Comments

Color spaces of #dafaee

RGB 218250238
HSL0.440.760.92
HSV158°13°98°
CMYK 0.130.000.05   0.02
XYZ78.531789.449794.0154
Yxy89.44970.29970.3414
Hunter Lab94.5779-17.29577.2671
CIE-Lab95.7680-12.57942.2556

#dafaee color RGB value is (218,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11101110
Octal 332 372 356
Decimal 218 250 238
Hex DA FA EE

RGB Percentages of Color #dafaee

%30.88
%35.41
%33.71

CMYK Percentages of Color #dafaee

%13
%0
%5
%2

Triadic Colors of #dafaee

#dafaee #eedafa #faeeda

Analogous Colors of #dafaee

#dafaee #daf6fa #dafade

Monochromatic Colors of #dafaee

#dafaee

Complementary Color

#dafaee #fadae6

#dafaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafaee Color CSS Codes

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

#dafaee Text Font Color

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

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


#dafaee Background Color

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

This div background color is #dafaee


#dafaee Border Color

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

This div border color is #dafaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafaee


Comments

No comments written yet.

Please login to write comment.