Color Hex Logo

#dcf390 Color Hex

#DCF390
(220,243,144)
0 Favorites   0 Comments

Color spaces of #dcf390

RGB 220243144
HSL0.210.800.76
HSV74°41°95°
CMYK 0.090.000.41   0.05
XYZ66.599881.330438.5737
Yxy81.33040.35710.4361
Hunter Lab90.1834-25.999937.7685
CIE-Lab92.2785-22.617045.1706

#dcf390 color RGB value is (220,243,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 10010000
Octal 334 363 220
Decimal 220 243 144
Hex DC F3 90

RGB Percentages of Color #dcf390

%36.24
%40.03
%23.72

CMYK Percentages of Color #dcf390

%9
%0
%41
%5

Triadic Colors of #dcf390

#dcf390 #90dcf3 #f390dc

Analogous Colors of #dcf390

#dcf390 #abf390 #f3d990

Monochromatic Colors of #dcf390

#dcf390

Complementary Color

#dcf390 #a790f3

#dcf390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf390 Color CSS Codes

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

#dcf390 Text Font Color

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

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


#dcf390 Background Color

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

This div background color is #dcf390


#dcf390 Border Color

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

This div border color is #dcf390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf390


Comments

No comments written yet.

Please login to write comment.