Color Hex Logo

#dcef66 Color Hex

#DCEF66
(220,239,102)
0 Favorites   0 Comments

Color spaces of #dcef66

RGB 220239102
HSL0.190.810.67
HSV68°57°94°
CMYK 0.080.000.57   0.06
XYZ62.780077.908024.2993
Yxy77.90800.38050.4722
Hunter Lab88.2655-27.504245.4634
CIE-Lab90.7379-24.634562.7177

#dcef66 color RGB value is (220,239,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01100110
Octal 334 357 146
Decimal 220 239 102
Hex DC EF 66

RGB Percentages of Color #dcef66

%39.22
%42.60
%18.18

CMYK Percentages of Color #dcef66

%8
%0
%57
%6

Triadic Colors of #dcef66

#dcef66 #66dcef #ef66dc

Analogous Colors of #dcef66

#dcef66 #98ef66 #efbe66

Monochromatic Colors of #dcef66

#dcef66

Complementary Color

#dcef66 #7966ef

#dcef66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef66 Color CSS Codes

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

#dcef66 Text Font Color

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

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


#dcef66 Background Color

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

This div background color is #dcef66


#dcef66 Border Color

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

This div border color is #dcef66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef66


Comments

No comments written yet.

Please login to write comment.