Color Hex Logo

#dfe1ba Color Hex

#DFE1BA
(223,225,186)
0 Favorites   0 Comments

Color spaces of #dfe1ba

RGB 223225186
HSL0.180.390.81
HSV63°17°88°
CMYK 0.010.000.17   0.12
XYZ66.219673.083657.0708
Yxy73.08360.33720.3722
Hunter Lab85.4889-11.339820.2614
CIE-Lab88.4876-7.123418.8955

#dfe1ba color RGB value is (223,225,186).

#dfe1ba hex color red value is 223, green value is 225 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dfe1ba hue: 0.18 , saturation: 0.39 and the lightness value of dfe1ba is 0.81.

The process color (four color CMYK) of #dfe1ba color hex is 0.01, 0.00, 0.17, 0.12. Web safe color of #dfe1ba is #cccccc. Color #dfe1ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 10111010
Octal 337 341 272
Decimal 223 225 186
Hex DF E1 BA

RGB Percentages of Color #dfe1ba

%35.17
%35.49
%29.34

CMYK Percentages of Color #dfe1ba

%1
%0
%17
%12

Triadic Colors of #dfe1ba

#dfe1ba #badfe1 #e1badf

Analogous Colors of #dfe1ba

#dfe1ba #cce1ba #e1d0ba

Monochromatic Colors of #dfe1ba

#dfe1ba

Complementary Color

#dfe1ba #bcbae1

#dfe1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe1ba Color CSS Codes

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

#dfe1ba Text Font Color

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

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


#dfe1ba Background Color

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

This div background color is #dfe1ba


#dfe1ba Border Color

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

This div border color is #dfe1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe1ba


Comments

No comments written yet.

Please login to write comment.