Color Hex Logo

#dcfbe9 Color Hex

#DCFBE9
(220,251,233)
0 Favorites   0 Comments

Color spaces of #dcfbe9

RGB 220251233
HSL0.400.790.92
HSV145°12°98°
CMYK 0.120.000.07   0.02
XYZ78.720490.093290.3315
Yxy90.09320.30380.3477
Hunter Lab94.9174-18.065410.0168
CIE-Lab96.0354-13.35655.2373

#dcfbe9 color RGB value is (220,251,233).

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

The process color (four color CMYK) of #dcfbe9 color hex is 0.12, 0.00, 0.07, 0.02. Web safe color of #dcfbe9 is #ccffff. Color #dcfbe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11101001
Octal 334 373 351
Decimal 220 251 233
Hex DC FB E9

RGB Percentages of Color #dcfbe9

%31.25
%35.65
%33.10

CMYK Percentages of Color #dcfbe9

%12
%0
%7
%2

Triadic Colors of #dcfbe9

#dcfbe9 #e9dcfb #fbe9dc

Analogous Colors of #dcfbe9

#dcfbe9 #dcfbf9 #dffbdc

Monochromatic Colors of #dcfbe9

#dcfbe9

Complementary Color

#dcfbe9 #fbdcee

#dcfbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbe9 Color CSS Codes

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

#dcfbe9 Text Font Color

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

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


#dcfbe9 Background Color

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

This div background color is #dcfbe9


#dcfbe9 Border Color

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

This div border color is #dcfbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbe9


Comments

No comments written yet.

Please login to write comment.