Color Hex Logo

#dafbc6 Color Hex

#DAFBC6
(218,251,198)
0 Favorites   0 Comments

Color spaces of #dafbc6

RGB 218251198
HSL0.270.870.88
HSV97°21°98°
CMYK 0.130.000.21   0.02
XYZ73.603787.977066.5280
Yxy87.97700.32270.3857
Hunter Lab93.7961-24.070523.6038
CIE-Lab95.1513-19.947621.9285

#dafbc6 color RGB value is (218,251,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11000110
Octal 332 373 306
Decimal 218 251 198
Hex DA FB C6

RGB Percentages of Color #dafbc6

%32.68
%37.63
%29.69

CMYK Percentages of Color #dafbc6

%13
%0
%21
%2

Triadic Colors of #dafbc6

#dafbc6 #c6dafb #fbc6da

Analogous Colors of #dafbc6

#dafbc6 #c6fbcd #f5fbc6

Monochromatic Colors of #dafbc6

#dafbc6

Complementary Color

#dafbc6 #e7c6fb

#dafbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbc6 Color CSS Codes

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

#dafbc6 Text Font Color

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

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


#dafbc6 Background Color

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

This div background color is #dafbc6


#dafbc6 Border Color

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

This div border color is #dafbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbc6


Comments

No comments written yet.

Please login to write comment.