Color Hex Logo

#dce11a Color Hex

#DCE11A
(220,225,26)
0 Favorites   0 Comments

Color spaces of #dce11a

RGB 22022526
HSL0.170.790.49
HSV62°88°88°
CMYK 0.020.000.88   0.12
XYZ56.626969.140711.3382
Yxy69.14070.41300.5043
Hunter Lab83.1509-23.953150.1210
CIE-Lab86.5737-21.403182.7580

#dce11a color RGB value is (220,225,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00011010
Octal 334 341 32
Decimal 220 225 26
Hex DC E1 1A

RGB Percentages of Color #dce11a

%46.71
%47.77
%5.52

CMYK Percentages of Color #dce11a

%2
%0
%88
%12

Triadic Colors of #dce11a

#dce11a #1adce1 #e11adc

Analogous Colors of #dce11a

#dce11a #79e11a #e1831a

Monochromatic Colors of #dce11a

#dce11a

Complementary Color

#dce11a #1f1ae1

#dce11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce11a Color CSS Codes

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

#dce11a Text Font Color

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

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


#dce11a Background Color

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

This div background color is #dce11a


#dce11a Border Color

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

This div border color is #dce11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce11a


Comments

No comments written yet.

Please login to write comment.