Color Hex Logo

#dcfbe7 Color Hex

#DCFBE7
(220,251,231)
0 Favorites   0 Comments

Color spaces of #dcfbe7

RGB 220251231
HSL0.390.790.92
HSV141°12°98°
CMYK 0.120.000.08   0.02
XYZ78.436289.979588.8351
Yxy89.97950.30490.3498
Hunter Lab94.8575-18.401810.8745
CIE-Lab95.9883-13.71906.1995

#dcfbe7 color RGB value is (220,251,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11100111
Octal 334 373 347
Decimal 220 251 231
Hex DC FB E7

RGB Percentages of Color #dcfbe7

%31.34
%35.75
%32.91

CMYK Percentages of Color #dcfbe7

%12
%0
%8
%2

Triadic Colors of #dcfbe7

#dcfbe7 #e7dcfb #fbe7dc

Analogous Colors of #dcfbe7

#dcfbe7 #dcfbf7 #e1fbdc

Monochromatic Colors of #dcfbe7

#dcfbe7

Complementary Color

#dcfbe7 #fbdcf0

#dcfbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbe7 Color CSS Codes

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

#dcfbe7 Text Font Color

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

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


#dcfbe7 Background Color

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

This div background color is #dcfbe7


#dcfbe7 Border Color

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

This div border color is #dcfbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbe7


Comments

No comments written yet.

Please login to write comment.