Color Hex Logo

#dcfb68 Color Hex

#DCFB68
(220,251,104)
0 Favorites   0 Comments

Color spaces of #dcfb68

RGB 220251104
HSL0.200.950.70
HSV73°59°98°
CMYK 0.120.000.59   0.02
XYZ66.511185.209526.0383
Yxy85.20950.37420.4794
Hunter Lab92.3090-32.926747.8919
CIE-Lab93.9733-30.119465.4685

#dcfb68 color RGB value is (220,251,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01101000
Octal 334 373 150
Decimal 220 251 104
Hex DC FB 68

RGB Percentages of Color #dcfb68

%38.26
%43.65
%18.09

CMYK Percentages of Color #dcfb68

%12
%0
%59
%2

Triadic Colors of #dcfb68

#dcfb68 #68dcfb #fb68dc

Analogous Colors of #dcfb68

#dcfb68 #93fb68 #fbd168

Monochromatic Colors of #dcfb68

#dcfb68

Complementary Color

#dcfb68 #8768fb

#dcfb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb68 Color CSS Codes

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

#dcfb68 Text Font Color

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

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


#dcfb68 Background Color

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

This div background color is #dcfb68


#dcfb68 Border Color

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

This div border color is #dcfb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb68


Comments

No comments written yet.

Please login to write comment.