Color Hex Logo

#dcce6f Color Hex

#DCCE6F
(220,206,111)
0 Favorites   0 Comments

Color spaces of #dcce6f

RGB 220206111
HSL0.150.610.65
HSV52°50°86°
CMYK 0.000.060.50   0.14
XYZ54.455760.506023.8476
Yxy60.50600.39230.4359
Hunter Lab77.7856-11.161536.2727
CIE-Lab82.1125-7.621148.6027

#dcce6f color RGB value is (220,206,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 01101111
Octal 334 316 157
Decimal 220 206 111
Hex DC CE 6F

RGB Percentages of Color #dcce6f

%40.97
%38.36
%20.67

CMYK Percentages of Color #dcce6f

%0
%6
%50
%14

Triadic Colors of #dcce6f

#dcce6f #6fdcce #ce6fdc

Analogous Colors of #dcce6f

#dcce6f #b4dc6f #dc986f

Monochromatic Colors of #dcce6f

#dcce6f

Complementary Color

#dcce6f #6f7ddc

#dcce6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce6f Color CSS Codes

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

#dcce6f Text Font Color

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

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


#dcce6f Background Color

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

This div background color is #dcce6f


#dcce6f Border Color

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

This div border color is #dcce6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce6f


Comments

No comments written yet.

Please login to write comment.