Color Hex Logo

#dcefb3 Color Hex

#DCEFB3
(220,239,179)
0 Favorites   0 Comments

Color spaces of #dcefb3

RGB 220239179
HSL0.220.650.82
HSV79°25°94°
CMYK 0.080.000.25   0.06
XYZ68.518480.203354.5173
Yxy80.20330.33710.3946
Hunter Lab89.5563-20.155426.5967
CIE-Lab91.7760-16.226827.0069

#dcefb3 color RGB value is (220,239,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 10110011
Octal 334 357 263
Decimal 220 239 179
Hex DC EF B3

RGB Percentages of Color #dcefb3

%34.48
%37.46
%28.06

CMYK Percentages of Color #dcefb3

%8
%0
%25
%6

Triadic Colors of #dcefb3

#dcefb3 #b3dcef #efb3dc

Analogous Colors of #dcefb3

#dcefb3 #beefb3 #efe4b3

Monochromatic Colors of #dcefb3

#dcefb3

Complementary Color

#dcefb3 #c6b3ef

#dcefb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefb3 Color CSS Codes

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

#dcefb3 Text Font Color

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

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


#dcefb3 Background Color

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

This div background color is #dcefb3


#dcefb3 Border Color

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

This div border color is #dcefb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefb3


Comments

No comments written yet.

Please login to write comment.