Color Hex Logo

#dce221 Color Hex

#DCE221
(220,226,33)
0 Favorites   0 Comments

Color spaces of #dce221

RGB 22022633
HSL0.170.770.51
HSV62°85°89°
CMYK 0.030.000.85   0.11
XYZ56.986169.718211.8923
Yxy69.71820.41120.5030
Hunter Lab83.4974-24.296250.0037
CIE-Lab86.8585-21.742981.7406

#dce221 color RGB value is (220,226,33).

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

The process color (four color CMYK) of #dce221 color hex is 0.03, 0.00, 0.85, 0.11. Web safe color of #dce221 is #cccc33. Color #dce221 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100010 00100001
Octal 334 342 41
Decimal 220 226 33
Hex DC E2 21

RGB Percentages of Color #dce221

%45.93
%47.18
%6.89

CMYK Percentages of Color #dce221

%3
%0
%85
%11

Triadic Colors of #dce221

#dce221 #21dce2 #e221dc

Analogous Colors of #dce221

#dce221 #7ce221 #e28821

Monochromatic Colors of #dce221

#dce221

Complementary Color

#dce221 #2721e2

#dce221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce221 Color CSS Codes

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

#dce221 Text Font Color

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

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


#dce221 Background Color

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

This div background color is #dce221


#dce221 Border Color

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

This div border color is #dce221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce221


Comments

No comments written yet.

Please login to write comment.