Color Hex Logo

#daf9ec Color Hex

#DAF9EC
(218,249,236)
0 Favorites   0 Comments

Color spaces of #daf9ec

RGB 218249236
HSL0.430.720.92
HSV155°12°98°
CMYK 0.120.000.05   0.02
XYZ77.929488.712992.3729
Yxy88.71290.30090.3425
Hunter Lab94.1875-17.13987.7836
CIE-Lab95.4603-12.45562.8406

#daf9ec color RGB value is (218,249,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 11101100
Octal 332 371 354
Decimal 218 249 236
Hex DA F9 EC

RGB Percentages of Color #daf9ec

%31.01
%35.42
%33.57

CMYK Percentages of Color #daf9ec

%12
%0
%5
%2

Triadic Colors of #daf9ec

#daf9ec #ecdaf9 #f9ecda

Analogous Colors of #daf9ec

#daf9ec #daf7f9 #daf9dd

Monochromatic Colors of #daf9ec

#daf9ec

Complementary Color

#daf9ec #f9dae7

#daf9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf9ec Color CSS Codes

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

#daf9ec Text Font Color

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

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


#daf9ec Background Color

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

This div background color is #daf9ec


#daf9ec Border Color

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

This div border color is #daf9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf9ec


Comments

No comments written yet.

Please login to write comment.