Color Hex Logo

#dafbf5 Color Hex

#DAFBF5
(218,251,245)
0 Favorites   0 Comments

Color spaces of #dafbf5

RGB 218251245
HSL0.470.800.92
HSV169°13°98°
CMYK 0.130.000.02   0.02
XYZ79.892190.492499.6422
Yxy90.49240.29590.3351
Hunter Lab95.1275-16.56124.4854
CIE-Lab96.2006-11.7505-0.7246

#dafbf5 color RGB value is (218,251,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11110101
Octal 332 373 365
Decimal 218 251 245
Hex DA FB F5

RGB Percentages of Color #dafbf5

%30.53
%35.15
%34.31

CMYK Percentages of Color #dafbf5

%13
%0
%2
%2

Triadic Colors of #dafbf5

#dafbf5 #f5dafb #fbf5da

Analogous Colors of #dafbf5

#dafbf5 #daf1fb #dafbe5

Monochromatic Colors of #dafbf5

#dafbf5

Complementary Color

#dafbf5 #fbdae0

#dafbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbf5 Color CSS Codes

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

#dafbf5 Text Font Color

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

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


#dafbf5 Background Color

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

This div background color is #dafbf5


#dafbf5 Border Color

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

This div border color is #dafbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbf5

Related Colors


Comments

No comments written yet.

Please login to write comment.