Color Hex Logo

#daf4eb Color Hex

#DAF4EB
(218,244,235)
0 Favorites   0 Comments

Color spaces of #daf4eb

RGB 218244235
HSL0.440.540.91
HSV159°11°96°
CMYK 0.110.000.04   0.04
XYZ76.259585.605091.1014
Yxy85.60500.30150.3384
Hunter Lab92.5230-14.79156.3870
CIE-Lab94.1432-10.14521.4424

#daf4eb color RGB value is (218,244,235).

#daf4eb hex color red value is 218, green value is 244 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #daf4eb hue: 0.44 , saturation: 0.54 and the lightness value of daf4eb is 0.91.

The process color (four color CMYK) of #daf4eb color hex is 0.11, 0.00, 0.04, 0.04. Web safe color of #daf4eb is #ccffff. Color #daf4eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110100 11101011
Octal 332 364 353
Decimal 218 244 235
Hex DA F4 EB

RGB Percentages of Color #daf4eb

%31.28
%35.01
%33.72

CMYK Percentages of Color #daf4eb

%11
%0
%4
%4

Triadic Colors of #daf4eb

#daf4eb #ebdaf4 #f4ebda

Analogous Colors of #daf4eb

#daf4eb #daf0f4 #daf4de

Monochromatic Colors of #daf4eb

#daf4eb

Complementary Color

#daf4eb #f4dae3

#daf4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf4eb Color CSS Codes

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

#daf4eb Text Font Color

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

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


#daf4eb Background Color

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

This div background color is #daf4eb


#daf4eb Border Color

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

This div border color is #daf4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf4eb


Comments

No comments written yet.

Please login to write comment.