Color Hex Logo

#dcfebf Color Hex

#DCFEBF
(220,254,191)
0 Favorites   0 Comments

Color spaces of #dcfebf

RGB 220254191
HSL0.260.970.87
HSV92°25°100°
CMYK 0.130.000.25   0.00
XYZ74.361089.860962.7159
Yxy89.86090.32770.3960
Hunter Lab94.7950-25.868727.1305
CIE-Lab95.9390-21.773926.5923

#dcfebf color RGB value is (220,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 10111111
Octal 334 376 277
Decimal 220 254 191
Hex DC FE BF

RGB Percentages of Color #dcfebf

%33.08
%38.20
%28.72

CMYK Percentages of Color #dcfebf

%13
%0
%25
%0

Triadic Colors of #dcfebf

#dcfebf #bfdcfe #febfdc

Analogous Colors of #dcfebf

#dcfebf #bffec2 #fcfebf

Monochromatic Colors of #dcfebf

#dcfebf

Complementary Color

#dcfebf #e1bffe

#dcfebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfebf Color CSS Codes

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

#dcfebf Text Font Color

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

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


#dcfebf Background Color

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

This div background color is #dcfebf


#dcfebf Border Color

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

This div border color is #dcfebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfebf

Related Colors

#dcfebf Color Palettes


Comments

No comments written yet.

Please login to write comment.