Color Hex Logo

#daf2ba Color Hex

#DAF2BA
(218,242,186)
0 Favorites   0 Comments

Color spaces of #daf2ba

RGB 218242186
HSL0.240.680.84
HSV86°23°95°
CMYK 0.100.000.23   0.05
XYZ69.528581.954958.6087
Yxy81.95490.33090.3901
Hunter Lab90.5289-21.333224.9857
CIE-Lab92.5549-17.392024.4725

#daf2ba color RGB value is (218,242,186).

#daf2ba hex color red value is 218, green value is 242 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #daf2ba hue: 0.24 , saturation: 0.68 and the lightness value of daf2ba is 0.84.

The process color (four color CMYK) of #daf2ba color hex is 0.10, 0.00, 0.23, 0.05. Web safe color of #daf2ba is #ccffcc. Color #daf2ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 10111010
Octal 332 362 272
Decimal 218 242 186
Hex DA F2 BA

RGB Percentages of Color #daf2ba

%33.75
%37.46
%28.79

CMYK Percentages of Color #daf2ba

%10
%0
%23
%5

Triadic Colors of #daf2ba

#daf2ba #badaf2 #f2bada

Analogous Colors of #daf2ba

#daf2ba #bef2ba #f2eeba

Monochromatic Colors of #daf2ba

#daf2ba

Complementary Color

#daf2ba #d2baf2

#daf2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf2ba Color CSS Codes

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

#daf2ba Text Font Color

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

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


#daf2ba Background Color

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

This div background color is #daf2ba


#daf2ba Border Color

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

This div border color is #daf2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf2ba


Comments

No comments written yet.

Please login to write comment.