Color Hex Logo

#dafcab Color Hex

#DAFCAB
(218,252,171)
0 Favorites   0 Comments

Color spaces of #dafcab

RGB 218252171
HSL0.240.930.83
HSV85°32°99°
CMYK 0.130.000.32   0.01
XYZ71.074587.466551.6648
Yxy87.46650.33810.4161
Hunter Lab93.5235-28.012632.7131
CIE-Lab94.9358-24.339735.2746

#dafcab color RGB value is (218,252,171).

#dafcab hex color red value is 218, green value is 252 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dafcab hue: 0.24 , saturation: 0.93 and the lightness value of dafcab is 0.83.

The process color (four color CMYK) of #dafcab color hex is 0.13, 0.00, 0.32, 0.01. Web safe color of #dafcab is #ccff99. Color #dafcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10101011
Octal 332 374 253
Decimal 218 252 171
Hex DA FC AB

RGB Percentages of Color #dafcab

%34.01
%39.31
%26.68

CMYK Percentages of Color #dafcab

%13
%0
%32
%1

Triadic Colors of #dafcab

#dafcab #abdafc #fcabda

Analogous Colors of #dafcab

#dafcab #b2fcab #fcf6ab

Monochromatic Colors of #dafcab

#dafcab

Complementary Color

#dafcab #cdabfc

#dafcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcab Color CSS Codes

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

#dafcab Text Font Color

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

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


#dafcab Background Color

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

This div background color is #dafcab


#dafcab Border Color

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

This div border color is #dafcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcab


Comments

No comments written yet.

Please login to write comment.