Color Hex Logo

#daf3ba Color Hex

#DAF3BA
(218,243,186)
1 Favorites   0 Comments

Color spaces of #daf3ba

RGB 218243186
HSL0.240.700.84
HSV86°23°95°
CMYK 0.100.000.23   0.05
XYZ69.827082.551858.7082
Yxy82.55180.33080.3911
Hunter Lab90.8580-21.819225.2902
CIE-Lab92.8179-17.881424.8338

#daf3ba color RGB value is (218,243,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 10111010
Octal 332 363 272
Decimal 218 243 186
Hex DA F3 BA

RGB Percentages of Color #daf3ba

%33.69
%37.56
%28.75

CMYK Percentages of Color #daf3ba

%10
%0
%23
%5

Triadic Colors of #daf3ba

#daf3ba #badaf3 #f3bada

Analogous Colors of #daf3ba

#daf3ba #bef3ba #f3f0ba

Monochromatic Colors of #daf3ba

#daf3ba

Complementary Color

#daf3ba #d3baf3

#daf3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf3ba Color CSS Codes

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

#daf3ba Text Font Color

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

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


#daf3ba Background Color

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

This div background color is #daf3ba


#daf3ba Border Color

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

This div border color is #daf3ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,243,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 #daf3ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf3ba

#daf3ba Color Palettes


Comments

No comments written yet.

Please login to write comment.