Color Hex Logo

#dce127 Color Hex

#DCE127
(220,225,39)
0 Favorites   0 Comments

Color spaces of #dce127

RGB 22022539
HSL0.170.760.52
HSV62°83°88°
CMYK 0.020.000.83   0.12
XYZ56.806669.212612.2848
Yxy69.21260.41070.5004
Hunter Lab83.1941-23.706349.4809
CIE-Lab86.6092-21.111780.2704

#dce127 color RGB value is (220,225,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00100111
Octal 334 341 47
Decimal 220 225 39
Hex DC E1 27

RGB Percentages of Color #dce127

%45.45
%46.49
%8.06

CMYK Percentages of Color #dce127

%2
%0
%83
%12

Triadic Colors of #dce127

#dce127 #27dce1 #e127dc

Analogous Colors of #dce127

#dce127 #7fe127 #e18927

Monochromatic Colors of #dce127

#dce127

Complementary Color

#dce127 #2c27e1

#dce127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce127 Color CSS Codes

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

#dce127 Text Font Color

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

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


#dce127 Background Color

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

This div background color is #dce127


#dce127 Border Color

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

This div border color is #dce127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce127


Comments

No comments written yet.

Please login to write comment.