color codes Logo

#dfe6bb color codes

#DFE6BB
(223,230,187)
0 Favorites   0 Comments

Color spaces of #dfe6bb

RGB 223230187
HSL0.190.460.82
HSV70°19°90°
CMYK 0.030.000.19   0.10
XYZ67.697975.869558.0899
Yxy75.86950.33570.3762
Hunter Lab87.1031-13.697421.4311
CIE-Lab89.7987-9.500720.2019

#dfe6bb color RGB value is (223,230,187).

#dfe6bb hex color red value is 223, green value is 230 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfe6bb hue: 0.19 , saturation: 0.46 and the lightness value of dfe6bb is 0.82.

The process color (four color CMYK) of #dfe6bb color code is 0.03, 0.00, 0.19, 0.10. Web safe color of #dfe6bb is #ccffcc. Color #dfe6bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10111011
Octal 337 346 273
Decimal 223 230 187
Hex DF E6 BB

RGB Percentages of Color #dfe6bb

%34.84
%35.94
%29.22

CMYK Percentages of Color #dfe6bb

%3
%0
%19
%10

Triadic Colors of #dfe6bb

#dfe6bb #bbdfe6 #e6bbdf

Analogous Colors of #dfe6bb

#dfe6bb #cae6bb #e6d8bb

Monochromatic Colors of #dfe6bb

#dfe6bb

Complementary Color

#dfe6bb #c2bbe6

#dfe6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6bb Color CSS Codes

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

#dfe6bb Text Font Color

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

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


#dfe6bb Background Color

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

This div background color is #dfe6bb


#dfe6bb Border Color

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

This div border color is #dfe6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6bb


Comments

No comments written yet.

Please login to write comment.