Color Hex Logo

#dcefc1 Color Hex

#DCEFC1
(220,239,193)
0 Favorites   0 Comments

Color spaces of #dcefc1

RGB 220239193
HSL0.240.590.85
HSV85°19°94°
CMYK 0.080.000.19   0.06
XYZ70.007380.798962.3580
Yxy80.79890.32840.3790
Hunter Lab89.8882-18.283921.7906
CIE-Lab92.0421-14.149720.1906

#dcefc1 color RGB value is (220,239,193).

#dcefc1 hex color red value is 220, green value is 239 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dcefc1 hue: 0.24 , saturation: 0.59 and the lightness value of dcefc1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11000001
Octal 334 357 301
Decimal 220 239 193
Hex DC EF C1

RGB Percentages of Color #dcefc1

%33.74
%36.66
%29.60

CMYK Percentages of Color #dcefc1

%8
%0
%19
%6

Triadic Colors of #dcefc1

#dcefc1 #c1dcef #efc1dc

Analogous Colors of #dcefc1

#dcefc1 #c5efc1 #efebc1

Monochromatic Colors of #dcefc1

#dcefc1

Complementary Color

#dcefc1 #d4c1ef

#dcefc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefc1 Color CSS Codes

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

#dcefc1 Text Font Color

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

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


#dcefc1 Background Color

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

This div background color is #dcefc1


#dcefc1 Border Color

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

This div border color is #dcefc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefc1


Comments

No comments written yet.

Please login to write comment.