Color Hex Logo

#dafac4 Color Hex

#DAFAC4
(218,250,196)
0 Favorites   0 Comments

Color spaces of #dafac4

RGB 218250196
HSL0.270.840.87
HSV96°22°98°
CMYK 0.130.000.22   0.02
XYZ73.062987.262265.2170
Yxy87.26220.32390.3869
Hunter Lab93.4142-23.863123.9967
CIE-Lab94.8494-19.773822.5303

#dafac4 color RGB value is (218,250,196).

#dafac4 hex color red value is 218, green value is 250 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dafac4 hue: 0.27 , saturation: 0.84 and the lightness value of dafac4 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11000100
Octal 332 372 304
Decimal 218 250 196
Hex DA FA C4

RGB Percentages of Color #dafac4

%32.83
%37.65
%29.52

CMYK Percentages of Color #dafac4

%13
%0
%22
%2

Triadic Colors of #dafac4

#dafac4 #c4dafa #fac4da

Analogous Colors of #dafac4

#dafac4 #c4fac9 #f5fac4

Monochromatic Colors of #dafac4

#dafac4

Complementary Color

#dafac4 #e4c4fa

#dafac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafac4 Color CSS Codes

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

#dafac4 Text Font Color

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

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


#dafac4 Background Color

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

This div background color is #dafac4


#dafac4 Border Color

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

This div border color is #dafac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafac4


Comments

No comments written yet.

Please login to write comment.