Color Hex Logo

#dcfcba Color Hex

#DCFCBA
(220,252,186)
0 Favorites   0 Comments

Color spaces of #dcfcba

RGB 220252186
HSL0.250.920.86
HSV89°26°99°
CMYK 0.130.000.26   0.01
XYZ73.188588.381659.6563
Yxy88.38160.33080.3995
Hunter Lab94.0115-25.556828.1847
CIE-Lab95.3214-21.545928.2786

#dcfcba color RGB value is (220,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 10111010
Octal 334 374 272
Decimal 220 252 186
Hex DC FC BA

RGB Percentages of Color #dcfcba

%33.43
%38.30
%28.27

CMYK Percentages of Color #dcfcba

%13
%0
%26
%1

Triadic Colors of #dcfcba

#dcfcba #badcfc #fcbadc

Analogous Colors of #dcfcba

#dcfcba #bbfcba #fcfbba

Monochromatic Colors of #dcfcba

#dcfcba

Complementary Color

#dcfcba #dabafc

#dcfcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfcba Color CSS Codes

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

#dcfcba Text Font Color

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

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


#dcfcba Background Color

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

This div background color is #dcfcba


#dcfcba Border Color

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

This div border color is #dcfcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfcba


Comments

No comments written yet.

Please login to write comment.