Color Hex Logo

#dce129 Color Hex

#DCE129
(220,225,41)
0 Favorites   0 Comments

Color spaces of #dce129

RGB 22022541
HSL0.170.750.52
HSV62°82°88°
CMYK 0.020.000.82   0.12
XYZ56.840769.226212.4640
Yxy69.22620.41030.4997
Hunter Lab83.2023-23.659449.3597
CIE-Lab86.6159-21.056479.8144

#dce129 color RGB value is (220,225,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00101001
Octal 334 341 51
Decimal 220 225 41
Hex DC E1 29

RGB Percentages of Color #dce129

%45.27
%46.30
%8.44

CMYK Percentages of Color #dce129

%2
%0
%82
%12

Triadic Colors of #dce129

#dce129 #29dce1 #e129dc

Analogous Colors of #dce129

#dce129 #80e129 #e18a29

Monochromatic Colors of #dce129

#dce129

Complementary Color

#dce129 #2e29e1

#dce129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce129 Color CSS Codes

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

#dce129 Text Font Color

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

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


#dce129 Background Color

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

This div background color is #dce129


#dce129 Border Color

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

This div border color is #dce129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce129


Comments

No comments written yet.

Please login to write comment.