Color Hex Logo

#dcce1e Color Hex

#DCCE1E
(220,206,30)
0 Favorites   0 Comments

Color spaces of #dcce1e

RGB 22020630
HSL0.150.760.49
HSV56°86°86°
CMYK 0.000.060.86   0.14
XYZ51.820959.45209.9724
Yxy59.45200.42740.4903
Hunter Lab77.1051-14.967546.3053
CIE-Lab81.5394-11.959778.0192

#dcce1e color RGB value is (220,206,30).

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

The process color (four color CMYK) of #dcce1e color hex is 0.00, 0.06, 0.86, 0.14. Web safe color of #dcce1e is #cccc33. Color #dcce1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00011110
Octal 334 316 36
Decimal 220 206 30
Hex DC CE 1E

RGB Percentages of Color #dcce1e

%48.25
%45.18
%6.58

CMYK Percentages of Color #dcce1e

%0
%6
%86
%14

Triadic Colors of #dcce1e

#dcce1e #1edcce #ce1edc

Analogous Colors of #dcce1e

#dcce1e #8bdc1e #dc6f1e

Monochromatic Colors of #dcce1e

#dcce1e

Complementary Color

#dcce1e #1e2cdc

#dcce1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce1e Color CSS Codes

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

#dcce1e Text Font Color

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

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


#dcce1e Background Color

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

This div background color is #dcce1e


#dcce1e Border Color

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

This div border color is #dcce1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce1e


Comments

No comments written yet.

Please login to write comment.