Color Hex Logo

#dcfeba Color Hex

#DCFEBA
(220,254,186)
0 Favorites   0 Comments

Color spaces of #dcfeba

RGB 220254186
HSL0.250.970.86
HSV90°27°100°
CMYK 0.130.000.27   0.00
XYZ73.819989.644459.8668
Yxy89.64440.33050.4014
Hunter Lab94.6807-26.519828.7873
CIE-Lab95.8491-22.506328.9962

#dcfeba color RGB value is (220,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10111010
Octal 334 376 272
Decimal 220 254 186
Hex DC FE BA

RGB Percentages of Color #dcfeba

%33.33
%38.48
%28.18

CMYK Percentages of Color #dcfeba

%13
%0
%27
%0

Triadic Colors of #dcfeba

#dcfeba #badcfe #febadc

Analogous Colors of #dcfeba

#dcfeba #bafeba #fefeba

Monochromatic Colors of #dcfeba

#dcfeba

Complementary Color

#dcfeba #dcbafe

#dcfeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfeba Color CSS Codes

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

#dcfeba Text Font Color

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

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


#dcfeba Background Color

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

This div background color is #dcfeba


#dcfeba Border Color

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

This div border color is #dcfeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfeba


Comments

No comments written yet.

Please login to write comment.