Color Hex Logo

#daf3eb Color Hex

#DAF3EB
(218,243,235)
0 Favorites   0 Comments

Color spaces of #daf3eb

RGB 218243235
HSL0.450.510.90
HSV161°10°95°
CMYK 0.100.000.03   0.05
XYZ75.959485.004891.0013
Yxy85.00480.30150.3374
Hunter Lab92.1980-14.28546.0182
CIE-Lab93.8852-9.64331.0666

#daf3eb color RGB value is (218,243,235).

#daf3eb hex color red value is 218, green value is 243 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #daf3eb hue: 0.45 , saturation: 0.51 and the lightness value of daf3eb is 0.90.

The process color (four color CMYK) of #daf3eb color hex is 0.10, 0.00, 0.03, 0.05. Web safe color of #daf3eb is #ccffff. Color #daf3eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 11101011
Octal 332 363 353
Decimal 218 243 235
Hex DA F3 EB

RGB Percentages of Color #daf3eb

%31.32
%34.91
%33.76

CMYK Percentages of Color #daf3eb

%10
%0
%3
%5

Triadic Colors of #daf3eb

#daf3eb #ebdaf3 #f3ebda

Analogous Colors of #daf3eb

#daf3eb #daeff3 #daf3df

Monochromatic Colors of #daf3eb

#daf3eb

Complementary Color

#daf3eb #f3dae2

#daf3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf3eb Color CSS Codes

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

#daf3eb Text Font Color

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

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


#daf3eb Background Color

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

This div background color is #daf3eb


#daf3eb Border Color

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

This div border color is #daf3eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,243,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 #daf3eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf3eb


Comments

No comments written yet.

Please login to write comment.