Color Hex Logo

#daffeb Color Hex

#DAFFEB
(218,255,235)
0 Favorites   0 Comments

Color spaces of #daffeb

RGB 218255235
HSL0.411.000.93
HSV148°15°100°
CMYK 0.150.000.08   0.00
XYZ79.668892.423692.2378
Yxy92.42360.30140.3497
Hunter Lab96.1372-20.317310.4109
CIE-Lab96.9932-15.60665.5758

#daffeb color RGB value is (218,255,235).

#daffeb hex color red value is 218, green value is 255 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #daffeb hue: 0.41 , saturation: 1.00 and the lightness value of daffeb is 0.93.

The process color (four color CMYK) of #daffeb color hex is 0.15, 0.00, 0.08, 0.00. Web safe color of #daffeb is #ccffff. Color #daffeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11101011
Octal 332 377 353
Decimal 218 255 235
Hex DA FF EB

RGB Percentages of Color #daffeb

%30.79
%36.02
%33.19

CMYK Percentages of Color #daffeb

%15
%0
%8
%0

Triadic Colors of #daffeb

#daffeb #ebdaff #ffebda

Analogous Colors of #daffeb

#daffeb #dafffe #dcffda

Monochromatic Colors of #daffeb

#daffeb

Complementary Color

#daffeb #ffdaee

#daffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffeb Color CSS Codes

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

#daffeb Text Font Color

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

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


#daffeb Background Color

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

This div background color is #daffeb


#daffeb Border Color

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

This div border color is #daffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffeb

#daffeb Color Palettes


Comments

No comments written yet.

Please login to write comment.