Color Hex Logo

#dcfceb Color Hex

#DCFCEB
(220,252,235)
0 Favorites   0 Comments

Color spaces of #dcfceb

RGB 220252235
HSL0.410.840.93
HSV148°13°99°
CMYK 0.130.000.07   0.01
XYZ79.321090.834691.9494
Yxy90.83460.30260.3466
Hunter Lab95.3072-18.22809.5139
CIE-Lab96.3419-13.48644.6504

#dcfceb color RGB value is (220,252,235).

#dcfceb hex color red value is 220, green value is 252 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcfceb hue: 0.41 , saturation: 0.84 and the lightness value of dcfceb is 0.93.

The process color (four color CMYK) of #dcfceb color hex is 0.13, 0.00, 0.07, 0.01. Web safe color of #dcfceb is #ccffff. Color #dcfceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 11101011
Octal 334 374 353
Decimal 220 252 235
Hex DC FC EB

RGB Percentages of Color #dcfceb

%31.12
%35.64
%33.24

CMYK Percentages of Color #dcfceb

%13
%0
%7
%1

Triadic Colors of #dcfceb

#dcfceb #ebdcfc #fcebdc

Analogous Colors of #dcfceb

#dcfceb #dcfcfb #ddfcdc

Monochromatic Colors of #dcfceb

#dcfceb

Complementary Color

#dcfceb #fcdced

#dcfceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfceb Color CSS Codes

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

#dcfceb Text Font Color

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

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


#dcfceb Background Color

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

This div background color is #dcfceb


#dcfceb Border Color

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

This div border color is #dcfceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfceb


Comments

No comments written yet.

Please login to write comment.