Color Hex Logo

#dce7bf Color Hex

#DCE7BF
(220,231,191)
0 Favorites   0 Comments

Color spaces of #dce7bf

RGB 220231191
HSL0.210.450.83
HSV77°17°91°
CMYK 0.050.000.17   0.09
XYZ67.495176.129160.4272
Yxy76.12910.33080.3731
Hunter Lab87.2520-14.609620.0145
CIE-Lab89.9192-10.466618.2627

#dce7bf color RGB value is (220,231,191).

#dce7bf hex color red value is 220, green value is 231 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dce7bf hue: 0.21 , saturation: 0.45 and the lightness value of dce7bf is 0.83.

The process color (four color CMYK) of #dce7bf color hex is 0.05, 0.00, 0.17, 0.09. Web safe color of #dce7bf is #ccffcc. Color #dce7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100111 10111111
Octal 334 347 277
Decimal 220 231 191
Hex DC E7 BF

RGB Percentages of Color #dce7bf

%34.27
%35.98
%29.75

CMYK Percentages of Color #dce7bf

%5
%0
%17
%9

Triadic Colors of #dce7bf

#dce7bf #bfdce7 #e7bfdc

Analogous Colors of #dce7bf

#dce7bf #c8e7bf #e7debf

Monochromatic Colors of #dce7bf

#dce7bf

Complementary Color

#dce7bf #cabfe7

#dce7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce7bf Color CSS Codes

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

#dce7bf Text Font Color

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

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


#dce7bf Background Color

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

This div background color is #dce7bf


#dce7bf Border Color

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

This div border color is #dce7bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,231,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dce7bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dce7bf;
  -webkit-box-shadow: 1px 1px 3px 2px #dce7bf;
  box-shadow:         1px 1px 3px 2px #dce7bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,231,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce7bf


Comments

No comments written yet.

Please login to write comment.