Color Hex Logo

#dcef60 Color Hex

#DCEF60
(220,239,96)
0 Favorites   0 Comments

Color spaces of #dcef60

RGB 22023996
HSL0.190.820.66
HSV68°60°94°
CMYK 0.080.000.60   0.06
XYZ62.493077.793222.7882
Yxy77.79320.38320.4770
Hunter Lab88.2005-27.877546.4217
CIE-Lab90.6855-25.073065.1960

#dcef60 color RGB value is (220,239,96).

#dcef60 hex color red value is 220, green value is 239 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #dcef60 hue: 0.19 , saturation: 0.82 and the lightness value of dcef60 is 0.66.

The process color (four color CMYK) of #dcef60 color hex is 0.08, 0.00, 0.60, 0.06. Web safe color of #dcef60 is #ccff66. Color #dcef60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01100000
Octal 334 357 140
Decimal 220 239 96
Hex DC EF 60

RGB Percentages of Color #dcef60

%39.64
%43.06
%17.30

CMYK Percentages of Color #dcef60

%8
%0
%60
%6

Triadic Colors of #dcef60

#dcef60 #60dcef #ef60dc

Analogous Colors of #dcef60

#dcef60 #95ef60 #efbb60

Monochromatic Colors of #dcef60

#dcef60

Complementary Color

#dcef60 #7360ef

#dcef60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef60 Color CSS Codes

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

#dcef60 Text Font Color

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

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


#dcef60 Background Color

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

This div background color is #dcef60


#dcef60 Border Color

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

This div border color is #dcef60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef60


Comments

No comments written yet.

Please login to write comment.