Color Hex Logo

#dafabd Color Hex

#DAFABD
(218,250,189)
0 Favorites   0 Comments

Color spaces of #dafabd

RGB 218250189
HSL0.250.860.86
HSV91°24°98°
CMYK 0.130.000.24   0.02
XYZ72.284486.950861.1175
Yxy86.95080.32800.3946
Hunter Lab93.2474-24.811726.4125
CIE-Lab94.7174-20.837425.9119

#dafabd color RGB value is (218,250,189).

#dafabd hex color red value is 218, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dafabd hue: 0.25 , saturation: 0.86 and the lightness value of dafabd is 0.86.

The process color (four color CMYK) of #dafabd color hex is 0.13, 0.00, 0.24, 0.02. Web safe color of #dafabd is #ccffcc. Color #dafabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 10111101
Octal 332 372 275
Decimal 218 250 189
Hex DA FA BD

RGB Percentages of Color #dafabd

%33.18
%38.05
%28.77

CMYK Percentages of Color #dafabd

%13
%0
%24
%2

Triadic Colors of #dafabd

#dafabd #bddafa #fabdda

Analogous Colors of #dafabd

#dafabd #bdfabf #f9fabd

Monochromatic Colors of #dafabd

#dafabd

Complementary Color

#dafabd #ddbdfa

#dafabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafabd Color CSS Codes

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

#dafabd Text Font Color

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

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


#dafabd Background Color

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

This div background color is #dafabd


#dafabd Border Color

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

This div border color is #dafabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafabd


Comments

No comments written yet.

Please login to write comment.