Color Hex Logo

#daffbd Color Hex

#DAFFBD
(218,255,189)
0 Favorites   0 Comments

Color spaces of #daffbd

RGB 218255189
HSL0.261.000.87
HSV94°26°100°
CMYK 0.150.000.26   0.00
XYZ73.858790.099561.6423
Yxy90.09950.32740.3994
Hunter Lab94.9208-27.218927.9411
CIE-Lab96.0380-23.240327.7179

#daffbd color RGB value is (218,255,189).

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

The process color (four color CMYK) of #daffbd color hex is 0.15, 0.00, 0.26, 0.00. Web safe color of #daffbd is #ccffcc. Color #daffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10111101
Octal 332 377 275
Decimal 218 255 189
Hex DA FF BD

RGB Percentages of Color #daffbd

%32.93
%38.52
%28.55

CMYK Percentages of Color #daffbd

%15
%0
%26
%0

Triadic Colors of #daffbd

#daffbd #bddaff #ffbdda

Analogous Colors of #daffbd

#daffbd #bdffc1 #fbffbd

Monochromatic Colors of #daffbd

#daffbd

Complementary Color

#daffbd #e2bdff

#daffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffbd Color CSS Codes

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

#daffbd Text Font Color

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

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


#daffbd Background Color

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

This div background color is #daffbd


#daffbd Border Color

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

This div border color is #daffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffbd


Comments

No comments written yet.

Please login to write comment.