Color Hex Logo

#daffb0 Color Hex

#DAFFB0
(218,255,176)
0 Favorites   0 Comments

Color spaces of #daffb0

RGB 218255176
HSL0.241.000.85
HSV88°31°100°
CMYK 0.150.000.31   0.00
XYZ72.509989.560054.5394
Yxy89.56000.33470.4135
Hunter Lab94.6361-28.847132.0761
CIE-Lab95.8140-25.089933.9475

#daffb0 color RGB value is (218,255,176).

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

The process color (four color CMYK) of #daffb0 color hex is 0.15, 0.00, 0.31, 0.00. Web safe color of #daffb0 is #ccff99. Color #daffb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10110000
Octal 332 377 260
Decimal 218 255 176
Hex DA FF B0

RGB Percentages of Color #daffb0

%33.59
%39.29
%27.12

CMYK Percentages of Color #daffb0

%15
%0
%31
%0

Triadic Colors of #daffb0

#daffb0 #b0daff #ffb0da

Analogous Colors of #daffb0

#daffb0 #b3ffb0 #fffdb0

Monochromatic Colors of #daffb0

#daffb0

Complementary Color

#daffb0 #d5b0ff

#daffb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffb0 Color CSS Codes

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

#daffb0 Text Font Color

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

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


#daffb0 Background Color

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

This div background color is #daffb0


#daffb0 Border Color

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

This div border color is #daffb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffb0

Related Colors


Comments

No comments written yet.

Please login to write comment.