Color Hex Logo

#dafbf7 Color Hex

#DAFBF7
(218,251,247)
0 Favorites   0 Comments

Color spaces of #dafbf7

RGB 218251247
HSL0.480.800.92
HSV173°13°98°
CMYK 0.130.000.02   0.02
XYZ80.199190.6152101.2592
Yxy90.61520.29480.3331
Hunter Lab95.1920-16.20013.5655
CIE-Lab96.2514-11.3655-1.6819

#dafbf7 color RGB value is (218,251,247).

#dafbf7 hex color red value is 218, green value is 251 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dafbf7 hue: 0.48 , saturation: 0.80 and the lightness value of dafbf7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11110111
Octal 332 373 367
Decimal 218 251 247
Hex DA FB F7

RGB Percentages of Color #dafbf7

%30.45
%35.06
%34.50

CMYK Percentages of Color #dafbf7

%13
%0
%2
%2

Triadic Colors of #dafbf7

#dafbf7 #f7dafb #fbf7da

Analogous Colors of #dafbf7

#dafbf7 #daeffb #dafbe7

Monochromatic Colors of #dafbf7

#dafbf7

Complementary Color

#dafbf7 #fbdade

#dafbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbf7 Color CSS Codes

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

#dafbf7 Text Font Color

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

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


#dafbf7 Background Color

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

This div background color is #dafbf7


#dafbf7 Border Color

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

This div border color is #dafbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbf7

#dafbf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.