Color Hex Logo

#dcefb7 Color Hex

#DCEFB7
(220,239,183)
0 Favorites   0 Comments

Color spaces of #dcefb7

RGB 220239183
HSL0.220.640.83
HSV80°23°94°
CMYK 0.080.000.23   0.06
XYZ68.928980.367556.6793
Yxy80.36750.33460.3902
Hunter Lab89.6479-19.638025.2678
CIE-Lab91.8495-15.650025.0615

#dcefb7 color RGB value is (220,239,183).

#dcefb7 hex color red value is 220, green value is 239 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #dcefb7 hue: 0.22 , saturation: 0.64 and the lightness value of dcefb7 is 0.83.

The process color (four color CMYK) of #dcefb7 color hex is 0.08, 0.00, 0.23, 0.06. Web safe color of #dcefb7 is #ccffcc. Color #dcefb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10110111
Octal 334 357 267
Decimal 220 239 183
Hex DC EF B7

RGB Percentages of Color #dcefb7

%34.27
%37.23
%28.50

CMYK Percentages of Color #dcefb7

%8
%0
%23
%6

Triadic Colors of #dcefb7

#dcefb7 #b7dcef #efb7dc

Analogous Colors of #dcefb7

#dcefb7 #c0efb7 #efe6b7

Monochromatic Colors of #dcefb7

#dcefb7

Complementary Color

#dcefb7 #cab7ef

#dcefb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefb7 Color CSS Codes

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

#dcefb7 Text Font Color

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

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


#dcefb7 Background Color

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

This div background color is #dcefb7


#dcefb7 Border Color

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

This div border color is #dcefb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefb7


Comments

No comments written yet.

Please login to write comment.