Color Hex Logo

#dcce66 Color Hex

#DCCE66
(220,206,102)
0 Favorites   0 Comments

Color spaces of #dcce66

RGB 220206102
HSL0.150.630.63
HSV53°54°86°
CMYK 0.000.060.54   0.14
XYZ53.984860.317621.3675
Yxy60.31760.39790.4446
Hunter Lab77.6644-11.836738.0529
CIE-Lab82.0105-8.382252.7600

#dcce66 color RGB value is (220,206,102).

#dcce66 hex color red value is 220, green value is 206 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #dcce66 hue: 0.15 , saturation: 0.63 and the lightness value of dcce66 is 0.63.

The process color (four color CMYK) of #dcce66 color hex is 0.00, 0.06, 0.54, 0.14. Web safe color of #dcce66 is #cccc66. Color #dcce66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 01100110
Octal 334 316 146
Decimal 220 206 102
Hex DC CE 66

RGB Percentages of Color #dcce66

%41.67
%39.02
%19.32

CMYK Percentages of Color #dcce66

%0
%6
%54
%14

Triadic Colors of #dcce66

#dcce66 #66dcce #ce66dc

Analogous Colors of #dcce66

#dcce66 #afdc66 #dc9366

Monochromatic Colors of #dcce66

#dcce66

Complementary Color

#dcce66 #6674dc

#dcce66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce66 Color CSS Codes

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

#dcce66 Text Font Color

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

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


#dcce66 Background Color

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

This div background color is #dcce66


#dcce66 Border Color

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

This div border color is #dcce66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce66


Comments

No comments written yet.

Please login to write comment.