Color Hex Logo

#dcf38f Color Hex

#DCF38F
(220,243,143)
0 Favorites   0 Comments

Color spaces of #dcf38f

RGB 220243143
HSL0.210.810.76
HSV74°41°95°
CMYK 0.090.000.41   0.05
XYZ66.523781.300038.1729
Yxy81.30000.35770.4371
Hunter Lab90.1665-26.096438.0155
CIE-Lab92.2650-22.728045.6392

#dcf38f color RGB value is (220,243,143).

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

The process color (four color CMYK) of #dcf38f color hex is 0.09, 0.00, 0.41, 0.05. Web safe color of #dcf38f is #ccff99. Color #dcf38f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 10001111
Octal 334 363 217
Decimal 220 243 143
Hex DC F3 8F

RGB Percentages of Color #dcf38f

%36.30
%40.10
%23.60

CMYK Percentages of Color #dcf38f

%9
%0
%41
%5

Triadic Colors of #dcf38f

#dcf38f #8fdcf3 #f38fdc

Analogous Colors of #dcf38f

#dcf38f #aaf38f #f3d88f

Monochromatic Colors of #dcf38f

#dcf38f

Complementary Color

#dcf38f #a68ff3

#dcf38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf38f Color CSS Codes

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

#dcf38f Text Font Color

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

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


#dcf38f Background Color

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

This div background color is #dcf38f


#dcf38f Border Color

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

This div border color is #dcf38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf38f


Comments

No comments written yet.

Please login to write comment.