Color Hex Logo

#dcfcbb Color Hex

#DCFCBB
(220,252,187)
0 Favorites   0 Comments

Color spaces of #dcfcbb

RGB 220252187
HSL0.250.920.86
HSV90°26°99°
CMYK 0.130.000.26   0.01
XYZ73.295288.424360.2182
Yxy88.42430.33030.3984
Hunter Lab94.0342-25.427627.8554
CIE-Lab95.3393-21.400627.7973

#dcfcbb color RGB value is (220,252,187).

#dcfcbb hex color red value is 220, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dcfcbb hue: 0.25 , saturation: 0.92 and the lightness value of dcfcbb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 10111011
Octal 334 374 273
Decimal 220 252 187
Hex DC FC BB

RGB Percentages of Color #dcfcbb

%33.38
%38.24
%28.38

CMYK Percentages of Color #dcfcbb

%13
%0
%26
%1

Triadic Colors of #dcfcbb

#dcfcbb #bbdcfc #fcbbdc

Analogous Colors of #dcfcbb

#dcfcbb #bcfcbb #fcfcbb

Monochromatic Colors of #dcfcbb

#dcfcbb

Complementary Color

#dcfcbb #dbbbfc

#dcfcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfcbb Color CSS Codes

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

#dcfcbb Text Font Color

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

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


#dcfcbb Background Color

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

This div background color is #dcfcbb


#dcfcbb Border Color

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

This div border color is #dcfcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfcbb


Comments

No comments written yet.

Please login to write comment.