Color Hex Logo

#dcce62 Color Hex

#DCCE62
(220,206,98)
0 Favorites   0 Comments

Color spaces of #dcce62

RGB 22020698
HSL0.150.640.62
HSV53°55°86°
CMYK 0.000.060.55   0.14
XYZ53.791160.240120.3477
Yxy60.24010.40030.4483
Hunter Lab77.6145-12.115138.7865
CIE-Lab81.9685-8.697054.5668

#dcce62 color RGB value is (220,206,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 01100010
Octal 334 316 142
Decimal 220 206 98
Hex DC CE 62

RGB Percentages of Color #dcce62

%41.98
%39.31
%18.70

CMYK Percentages of Color #dcce62

%0
%6
%55
%14

Triadic Colors of #dcce62

#dcce62 #62dcce #ce62dc

Analogous Colors of #dcce62

#dcce62 #addc62 #dc9162

Monochromatic Colors of #dcce62

#dcce62

Complementary Color

#dcce62 #6270dc

#dcce62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce62 Color CSS Codes

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

#dcce62 Text Font Color

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

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


#dcce62 Background Color

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

This div background color is #dcce62


#dcce62 Border Color

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

This div border color is #dcce62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce62


Comments

No comments written yet.

Please login to write comment.