Color Hex Logo

#dcfdb4 Color Hex

#DCFDB4
(220,253,180)
0 Favorites   0 Comments

Color spaces of #dcfdb4

RGB 220253180
HSL0.240.950.85
HSV87°29°99°
CMYK 0.130.000.29   0.01
XYZ72.878788.761556.4716
Yxy88.76150.33410.4070
Hunter Lab94.2133-26.794730.4108
CIE-Lab95.4807-22.880031.5188

#dcfdb4 color RGB value is (220,253,180).

#dcfdb4 hex color red value is 220, green value is 253 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #dcfdb4 hue: 0.24 , saturation: 0.95 and the lightness value of dcfdb4 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 10110100
Octal 334 375 264
Decimal 220 253 180
Hex DC FD B4

RGB Percentages of Color #dcfdb4

%33.69
%38.74
%27.57

CMYK Percentages of Color #dcfdb4

%13
%0
%29
%1

Triadic Colors of #dcfdb4

#dcfdb4 #b4dcfd #fdb4dc

Analogous Colors of #dcfdb4

#dcfdb4 #b8fdb4 #fdfab4

Monochromatic Colors of #dcfdb4

#dcfdb4

Complementary Color

#dcfdb4 #d5b4fd

#dcfdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdb4 Color CSS Codes

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

#dcfdb4 Text Font Color

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

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


#dcfdb4 Background Color

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

This div background color is #dcfdb4


#dcfdb4 Border Color

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

This div border color is #dcfdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdb4


Comments

No comments written yet.

Please login to write comment.