Color Hex Logo

#dafba0 Color Hex

#DAFBA0
(218,251,160)
0 Favorites   0 Comments

Color spaces of #dafba0

RGB 218251160
HSL0.230.920.81
HSV82°36°98°
CMYK 0.130.000.36   0.02
XYZ69.755886.437946.2654
Yxy86.43790.34450.4269
Hunter Lab92.9720-28.774535.5761
CIE-Lab94.4993-25.282240.1572

#dafba0 color RGB value is (218,251,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 10100000
Octal 332 373 240
Decimal 218 251 160
Hex DA FB A0

RGB Percentages of Color #dafba0

%34.66
%39.90
%25.44

CMYK Percentages of Color #dafba0

%13
%0
%36
%2

Triadic Colors of #dafba0

#dafba0 #a0dafb #fba0da

Analogous Colors of #dafba0

#dafba0 #adfba0 #fbefa0

Monochromatic Colors of #dafba0

#dafba0

Complementary Color

#dafba0 #c1a0fb

#dafba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafba0 Color CSS Codes

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

#dafba0 Text Font Color

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

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


#dafba0 Background Color

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

This div background color is #dafba0


#dafba0 Border Color

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

This div border color is #dafba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafba0


Comments

No comments written yet.

Please login to write comment.