Color Hex Logo

#dce11d Color Hex

#DCE11D
(220,225,29)
0 Favorites   0 Comments

Color spaces of #dce11d

RGB 22022529
HSL0.170.770.50
HSV62°87°88°
CMYK 0.020.000.87   0.12
XYZ56.662269.154811.5242
Yxy69.15480.41260.5035
Hunter Lab83.1594-23.904649.9952
CIE-Lab86.5806-21.345782.2583

#dce11d color RGB value is (220,225,29).

#dce11d hex color red value is 220, green value is 225 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dce11d hue: 0.17 , saturation: 0.77 and the lightness value of dce11d is 0.50.

The process color (four color CMYK) of #dce11d color hex is 0.02, 0.00, 0.87, 0.12. Web safe color of #dce11d is #cccc33. Color #dce11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00011101
Octal 334 341 35
Decimal 220 225 29
Hex DC E1 1D

RGB Percentages of Color #dce11d

%46.41
%47.47
%6.12

CMYK Percentages of Color #dce11d

%2
%0
%87
%12

Triadic Colors of #dce11d

#dce11d #1ddce1 #e11ddc

Analogous Colors of #dce11d

#dce11d #7ae11d #e1841d

Monochromatic Colors of #dce11d

#dce11d

Complementary Color

#dce11d #221de1

#dce11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce11d Color CSS Codes

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

#dce11d Text Font Color

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

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


#dce11d Background Color

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

This div background color is #dce11d


#dce11d Border Color

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

This div border color is #dce11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce11d


Comments

No comments written yet.

Please login to write comment.