Color Hex Logo

#dce142 Color Hex

#DCE142
(220,225,66)
0 Favorites   0 Comments

Color spaces of #dce142

RGB 22022566
HSL0.170.730.57
HSV62°71°88°
CMYK 0.020.000.71   0.12
XYZ57.423869.459415.5347
Yxy69.45940.40320.4877
Hunter Lab83.3423-22.860547.2882
CIE-Lab86.7310-20.117072.6157

#dce142 color RGB value is (220,225,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01000010
Octal 334 341 102
Decimal 220 225 66
Hex DC E1 42

RGB Percentages of Color #dce142

%43.05
%44.03
%12.92

CMYK Percentages of Color #dce142

%2
%0
%71
%12

Triadic Colors of #dce142

#dce142 #42dce1 #e142dc

Analogous Colors of #dce142

#dce142 #8de142 #e19742

Monochromatic Colors of #dce142

#dce142

Complementary Color

#dce142 #4742e1

#dce142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce142 Color CSS Codes

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

#dce142 Text Font Color

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

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


#dce142 Background Color

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

This div background color is #dce142


#dce142 Border Color

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

This div border color is #dce142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce142


Comments

No comments written yet.

Please login to write comment.