Color Hex Logo

#dcfee5 Color Hex

#DCFEE5
(220,254,229)
0 Favorites   0 Comments

Color spaces of #dcfee5

RGB 220254229
HSL0.380.940.93
HSV136°13°100°
CMYK 0.130.000.10   0.00
XYZ79.099991.756487.6705
Yxy91.75640.30600.3549
Hunter Lab95.7896-20.232212.7881
CIE-Lab96.7206-15.55678.2825

#dcfee5 color RGB value is (220,254,229).

#dcfee5 hex color red value is 220, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dcfee5 hue: 0.38 , saturation: 0.94 and the lightness value of dcfee5 is 0.93.

The process color (four color CMYK) of #dcfee5 color hex is 0.13, 0.00, 0.10, 0.00. Web safe color of #dcfee5 is #ccffcc. Color #dcfee5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11100101
Octal 334 376 345
Decimal 220 254 229
Hex DC FE E5

RGB Percentages of Color #dcfee5

%31.29
%36.13
%32.57

CMYK Percentages of Color #dcfee5

%13
%0
%10
%0

Triadic Colors of #dcfee5

#dcfee5 #e5dcfe #fee5dc

Analogous Colors of #dcfee5

#dcfee5 #dcfef6 #e4fedc

Monochromatic Colors of #dcfee5

#dcfee5

Complementary Color

#dcfee5 #fedcf5

#dcfee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfee5 Color CSS Codes

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

#dcfee5 Text Font Color

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

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


#dcfee5 Background Color

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

This div background color is #dcfee5


#dcfee5 Border Color

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

This div border color is #dcfee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfee5


Comments

No comments written yet.

Please login to write comment.