Color Hex Logo

#dcf88d Color Hex

#DCF88D
(220,248,141)
0 Favorites   0 Comments

Color spaces of #dcf88d

RGB 220248141
HSL0.210.880.76
HSV76°43°97°
CMYK 0.110.000.43   0.03
XYZ67.890384.273537.8875
Yxy84.27350.35720.4434
Hunter Lab91.8006-28.643039.7905
CIE-Lab93.5692-25.330048.2400

#dcf88d color RGB value is (220,248,141).

#dcf88d hex color red value is 220, green value is 248 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dcf88d hue: 0.21 , saturation: 0.88 and the lightness value of dcf88d is 0.76.

The process color (four color CMYK) of #dcf88d color hex is 0.11, 0.00, 0.43, 0.03. Web safe color of #dcf88d is #ccff99. Color #dcf88d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 10001101
Octal 334 370 215
Decimal 220 248 141
Hex DC F8 8D

RGB Percentages of Color #dcf88d

%36.12
%40.72
%23.15

CMYK Percentages of Color #dcf88d

%11
%0
%43
%3

Triadic Colors of #dcf88d

#dcf88d #8ddcf8 #f88ddc

Analogous Colors of #dcf88d

#dcf88d #a7f88d #f8df8d

Monochromatic Colors of #dcf88d

#dcf88d

Complementary Color

#dcf88d #a98df8

#dcf88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf88d Color CSS Codes

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

#dcf88d Text Font Color

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

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


#dcf88d Background Color

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

This div background color is #dcf88d


#dcf88d Border Color

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

This div border color is #dcf88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf88d


Comments

No comments written yet.

Please login to write comment.