Color Hex Logo

#dafbc7 Color Hex

#DAFBC7
(218,251,199)
0 Favorites   0 Comments

Color spaces of #dafbc7

RGB 218251199
HSL0.270.870.88
HSV98°21°98°
CMYK 0.130.000.21   0.02
XYZ73.719488.023367.1376
Yxy88.02330.32210.3846
Hunter Lab93.8207-23.930423.2469
CIE-Lab95.1708-19.791221.4454

#dafbc7 color RGB value is (218,251,199).

#dafbc7 hex color red value is 218, green value is 251 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dafbc7 hue: 0.27 , saturation: 0.87 and the lightness value of dafbc7 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11000111
Octal 332 373 307
Decimal 218 251 199
Hex DA FB C7

RGB Percentages of Color #dafbc7

%32.63
%37.57
%29.79

CMYK Percentages of Color #dafbc7

%13
%0
%21
%2

Triadic Colors of #dafbc7

#dafbc7 #c7dafb #fbc7da

Analogous Colors of #dafbc7

#dafbc7 #c7fbce #f4fbc7

Monochromatic Colors of #dafbc7

#dafbc7

Complementary Color

#dafbc7 #e8c7fb

#dafbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbc7 Color CSS Codes

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

#dafbc7 Text Font Color

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

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


#dafbc7 Background Color

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

This div background color is #dafbc7


#dafbc7 Border Color

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

This div border color is #dafbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbc7

Related Colors


Comments

No comments written yet.

Please login to write comment.