Color Hex Logo

#daf5bd Color Hex

#DAF5BD
(218,245,189)
0 Favorites   0 Comments

Color spaces of #daf5bd

RGB 218245189
HSL0.250.740.85
HSV89°23°96°
CMYK 0.110.000.23   0.04
XYZ70.751283.884460.6064
Yxy83.88440.32870.3897
Hunter Lab91.5884-22.390224.8782
CIE-Lab93.4003-18.410024.1021

#daf5bd color RGB value is (218,245,189).

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

The process color (four color CMYK) of #daf5bd color hex is 0.11, 0.00, 0.23, 0.04. Web safe color of #daf5bd is #ccffcc. Color #daf5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110101 10111101
Octal 332 365 275
Decimal 218 245 189
Hex DA F5 BD

RGB Percentages of Color #daf5bd

%33.44
%37.58
%28.99

CMYK Percentages of Color #daf5bd

%11
%0
%23
%4

Triadic Colors of #daf5bd

#daf5bd #bddaf5 #f5bdda

Analogous Colors of #daf5bd

#daf5bd #bef5bd #f5f4bd

Monochromatic Colors of #daf5bd

#daf5bd

Complementary Color

#daf5bd #d8bdf5

#daf5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf5bd Color CSS Codes

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

#daf5bd Text Font Color

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

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


#daf5bd Background Color

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

This div background color is #daf5bd


#daf5bd Border Color

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

This div border color is #daf5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf5bd


Comments

No comments written yet.

Please login to write comment.