Color Hex Logo

#dcf98f Color Hex

#DCF98F
(220,249,143)
0 Favorites   0 Comments

Color spaces of #dcf98f

RGB 220249143
HSL0.210.900.77
HSV76°43°98°
CMYK 0.120.000.43   0.02
XYZ68.348884.950238.7813
Yxy84.95020.35580.4423
Hunter Lab92.1684-28.925639.5707
CIE-Lab93.8617-25.586847.6467

#dcf98f color RGB value is (220,249,143).

#dcf98f hex color red value is 220, green value is 249 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dcf98f hue: 0.21 , saturation: 0.90 and the lightness value of dcf98f is 0.77.

The process color (four color CMYK) of #dcf98f color hex is 0.12, 0.00, 0.43, 0.02. Web safe color of #dcf98f is #ccff99. Color #dcf98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 10001111
Octal 334 371 217
Decimal 220 249 143
Hex DC F9 8F

RGB Percentages of Color #dcf98f

%35.95
%40.69
%23.37

CMYK Percentages of Color #dcf98f

%12
%0
%43
%2

Triadic Colors of #dcf98f

#dcf98f #8fdcf9 #f98fdc

Analogous Colors of #dcf98f

#dcf98f #a7f98f #f9e18f

Monochromatic Colors of #dcf98f

#dcf98f

Complementary Color

#dcf98f #ac8ff9

#dcf98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf98f Color CSS Codes

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

#dcf98f Text Font Color

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

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


#dcf98f Background Color

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

This div background color is #dcf98f


#dcf98f Border Color

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

This div border color is #dcf98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf98f

Related Colors


Comments

No comments written yet.

Please login to write comment.