Color Hex Logo

#dcff90 Color Hex

#DCFF90
(220,255,144)
0 Favorites   0 Comments

Color spaces of #dcff90

RGB 220255144
HSL0.221.000.78
HSV79°44°100°
CMYK 0.140.000.44   0.00
XYZ70.309288.749339.8102
Yxy88.74930.35350.4463
Hunter Lab94.2068-31.642440.8899
CIE-Lab95.4756-28.300849.1865

#dcff90 color RGB value is (220,255,144).

#dcff90 hex color red value is 220, green value is 255 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dcff90 hue: 0.22 , saturation: 1.00 and the lightness value of dcff90 is 0.78.

The process color (four color CMYK) of #dcff90 color hex is 0.14, 0.00, 0.44, 0.00. Web safe color of #dcff90 is #ccff99. Color #dcff90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 10010000
Octal 334 377 220
Decimal 220 255 144
Hex DC FF 90

RGB Percentages of Color #dcff90

%35.54
%41.20
%23.26

CMYK Percentages of Color #dcff90

%14
%0
%44
%0

Triadic Colors of #dcff90

#dcff90 #90dcff #ff90dc

Analogous Colors of #dcff90

#dcff90 #a5ff90 #ffeb90

Monochromatic Colors of #dcff90

#dcff90

Complementary Color

#dcff90 #b390ff

#dcff90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcff90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcff90 Color CSS Codes

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

#dcff90 Text Font Color

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

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


#dcff90 Background Color

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

This div background color is #dcff90


#dcff90 Border Color

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

This div border color is #dcff90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcff90

Related Colors

#dcff90 Color Palettes


Comments

No comments written yet.

Please login to write comment.