Color Hex Logo

#dcf39e Color Hex

#DCF39E
(220,243,158)
0 Favorites   0 Comments

Color spaces of #dcf39e

RGB 220243158
HSL0.210.780.79
HSV76°35°95°
CMYK 0.090.000.35   0.05
XYZ67.737381.785544.5638
Yxy81.78550.34900.4214
Hunter Lab90.4353-24.562934.0884
CIE-Lab92.4801-20.971838.5423

#dcf39e color RGB value is (220,243,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 10011110
Octal 334 363 236
Decimal 220 243 158
Hex DC F3 9E

RGB Percentages of Color #dcf39e

%35.43
%39.13
%25.44

CMYK Percentages of Color #dcf39e

%9
%0
%35
%5

Triadic Colors of #dcf39e

#dcf39e #9edcf3 #f39edc

Analogous Colors of #dcf39e

#dcf39e #b2f39e #f3e09e

Monochromatic Colors of #dcf39e

#dcf39e

Complementary Color

#dcf39e #b59ef3

#dcf39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf39e Color CSS Codes

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

#dcf39e Text Font Color

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

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


#dcf39e Background Color

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

This div background color is #dcf39e


#dcf39e Border Color

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

This div border color is #dcf39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf39e

Related Colors


Comments

No comments written yet.

Please login to write comment.