Color Hex Logo

#dcfbe5 Color Hex

#DCFBE5
(220,251,229)
0 Favorites   0 Comments

Color spaces of #dcfbe5

RGB 220251229
HSL0.380.790.92
HSV137°12°98°
CMYK 0.120.000.09   0.02
XYZ78.155289.867187.3556
Yxy89.86710.30600.3519
Hunter Lab94.7983-18.734911.7237
CIE-Lab95.9416-14.07867.1623

#dcfbe5 color RGB value is (220,251,229).

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

The process color (four color CMYK) of #dcfbe5 color hex is 0.12, 0.00, 0.09, 0.02. Web safe color of #dcfbe5 is #ccffcc. Color #dcfbe5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11100101
Octal 334 373 345
Decimal 220 251 229
Hex DC FB E5

RGB Percentages of Color #dcfbe5

%31.43
%35.86
%32.71

CMYK Percentages of Color #dcfbe5

%12
%0
%9
%2

Triadic Colors of #dcfbe5

#dcfbe5 #e5dcfb #fbe5dc

Analogous Colors of #dcfbe5

#dcfbe5 #dcfbf5 #e3fbdc

Monochromatic Colors of #dcfbe5

#dcfbe5

Complementary Color

#dcfbe5 #fbdcf2

#dcfbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbe5 Color CSS Codes

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

#dcfbe5 Text Font Color

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

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


#dcfbe5 Background Color

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

This div background color is #dcfbe5


#dcfbe5 Border Color

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

This div border color is #dcfbe5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,251,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 #dcfbe5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbe5


Comments

No comments written yet.

Please login to write comment.