Color Hex Logo

#dcfe68 Color Hex

#DCFE68
(220,254,104)
0 Favorites   0 Comments

Color spaces of #dcfe68

RGB 220254104
HSL0.200.990.70
HSV74°59°100°
CMYK 0.130.000.59   0.00
XYZ67.455787.098726.3532
Yxy87.09870.37290.4815
Hunter Lab93.3267-34.303548.5866
CIE-Lab94.7801-31.505566.3611

#dcfe68 color RGB value is (220,254,104).

#dcfe68 hex color red value is 220, green value is 254 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dcfe68 hue: 0.20 , saturation: 0.99 and the lightness value of dcfe68 is 0.70.

The process color (four color CMYK) of #dcfe68 color hex is 0.13, 0.00, 0.59, 0.00. Web safe color of #dcfe68 is #ccff66. Color #dcfe68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 01101000
Octal 334 376 150
Decimal 220 254 104
Hex DC FE 68

RGB Percentages of Color #dcfe68

%38.06
%43.94
%17.99

CMYK Percentages of Color #dcfe68

%13
%0
%59
%0

Triadic Colors of #dcfe68

#dcfe68 #68dcfe #fe68dc

Analogous Colors of #dcfe68

#dcfe68 #91fe68 #fed568

Monochromatic Colors of #dcfe68

#dcfe68

Complementary Color

#dcfe68 #8a68fe

#dcfe68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe68 Color CSS Codes

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

#dcfe68 Text Font Color

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

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


#dcfe68 Background Color

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

This div background color is #dcfe68


#dcfe68 Border Color

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

This div border color is #dcfe68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe68


Comments

No comments written yet.

Please login to write comment.