Color Hex Logo

#daf0bd Color Hex

#DAF0BD
(218,240,189)
0 Favorites   0 Comments

Color spaces of #daf0bd

RGB 218240189
HSL0.240.630.84
HSV86°21°94°
CMYK 0.090.000.21   0.06
XYZ69.258880.899760.1090
Yxy80.89970.32940.3847
Hunter Lab89.9443-19.954023.3380
CIE-Lab92.0870-15.958422.2892

#daf0bd color RGB value is (218,240,189).

#daf0bd hex color red value is 218, green value is 240 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #daf0bd hue: 0.24 , saturation: 0.63 and the lightness value of daf0bd is 0.84.

The process color (four color CMYK) of #daf0bd color hex is 0.09, 0.00, 0.21, 0.06. Web safe color of #daf0bd is #ccffcc. Color #daf0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 10111101
Octal 332 360 275
Decimal 218 240 189
Hex DA F0 BD

RGB Percentages of Color #daf0bd

%33.69
%37.09
%29.21

CMYK Percentages of Color #daf0bd

%9
%0
%21
%6

Triadic Colors of #daf0bd

#daf0bd #bddaf0 #f0bdda

Analogous Colors of #daf0bd

#daf0bd #c1f0bd #f0edbd

Monochromatic Colors of #daf0bd

#daf0bd

Complementary Color

#daf0bd #d3bdf0

#daf0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf0bd Color CSS Codes

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

#daf0bd Text Font Color

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

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


#daf0bd Background Color

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

This div background color is #daf0bd


#daf0bd Border Color

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

This div border color is #daf0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf0bd


Comments

No comments written yet.

Please login to write comment.