Color Hex Logo

#daf9ed Color Hex

#DAF9ED
(218,249,237)
0 Favorites   0 Comments

Color spaces of #daf9ed

RGB 218249237
HSL0.440.720.92
HSV157°12°98°
CMYK 0.120.000.05   0.02
XYZ78.075288.771293.1403
Yxy88.77120.30030.3414
Hunter Lab94.2185-16.96637.3414
CIE-Lab95.4847-12.26912.3598

#daf9ed color RGB value is (218,249,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 11101101
Octal 332 371 355
Decimal 218 249 237
Hex DA F9 ED

RGB Percentages of Color #daf9ed

%30.97
%35.37
%33.66

CMYK Percentages of Color #daf9ed

%12
%0
%5
%2

Triadic Colors of #daf9ed

#daf9ed #eddaf9 #f9edda

Analogous Colors of #daf9ed

#daf9ed #daf6f9 #daf9de

Monochromatic Colors of #daf9ed

#daf9ed

Complementary Color

#daf9ed #f9dae6

#daf9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf9ed Color CSS Codes

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

#daf9ed Text Font Color

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

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


#daf9ed Background Color

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

This div background color is #daf9ed


#daf9ed Border Color

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

This div border color is #daf9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf9ed


Comments

No comments written yet.

Please login to write comment.