Color Hex Logo

#dffbca Color Hex

#DFFBCA
(223,251,202)
0 Favorites   0 Comments

Color spaces of #dffbca

RGB 223251202
HSL0.260.860.89
HSV94°20°98°
CMYK 0.110.000.20   0.02
XYZ75.589388.946669.0615
Yxy88.94660.32360.3808
Hunter Lab94.3115-21.980022.6018
CIE-Lab95.5581-17.609020.5025

#dffbca color RGB value is (223,251,202).

#dffbca hex color red value is 223, green value is 251 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dffbca hue: 0.26 , saturation: 0.86 and the lightness value of dffbca is 0.89.

The process color (four color CMYK) of #dffbca color hex is 0.11, 0.00, 0.20, 0.02. Web safe color of #dffbca is #ccffcc. Color #dffbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 11001010
Octal 337 373 312
Decimal 223 251 202
Hex DF FB CA

RGB Percentages of Color #dffbca

%32.99
%37.13
%29.88

CMYK Percentages of Color #dffbca

%11
%0
%20
%2

Triadic Colors of #dffbca

#dffbca #cadffb #fbcadf

Analogous Colors of #dffbca

#dffbca #cafbce #f8fbca

Monochromatic Colors of #dffbca

#dffbca

Complementary Color

#dffbca #e6cafb

#dffbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbca Color CSS Codes

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

#dffbca Text Font Color

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

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


#dffbca Background Color

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

This div background color is #dffbca


#dffbca Border Color

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

This div border color is #dffbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,251,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbca


Comments

No comments written yet.

Please login to write comment.