Color Hex Logo

#dffcab Color Hex

#DFFCAB
(223,252,171)
0 Favorites   0 Comments

Color spaces of #dffcab

RGB 223252171
HSL0.230.930.83
HSV81°32°99°
CMYK 0.120.000.32   0.01
XYZ72.592588.249151.7358
Yxy88.24910.34150.4151
Hunter Lab93.9410-26.461633.1061
CIE-Lab95.2657-22.553435.7719

#dffcab color RGB value is (223,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 10101011
Octal 337 374 253
Decimal 223 252 171
Hex DF FC AB

RGB Percentages of Color #dffcab

%34.52
%39.01
%26.47

CMYK Percentages of Color #dffcab

%12
%0
%32
%1

Triadic Colors of #dffcab

#dffcab #abdffc #fcabdf

Analogous Colors of #dffcab

#dffcab #b7fcab #fcf1ab

Monochromatic Colors of #dffcab

#dffcab

Complementary Color

#dffcab #c8abfc

#dffcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcab Color CSS Codes

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

#dffcab Text Font Color

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

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


#dffcab Background Color

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

This div background color is #dffcab


#dffcab Border Color

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

This div border color is #dffcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcab

Related Colors


Comments

No comments written yet.

Please login to write comment.