Color Hex Logo

#dce052 Color Hex

#DCE052
(220,224,82)
0 Favorites   0 Comments

Color spaces of #dce052

RGB 22022482
HSL0.170.700.60
HSV62°63°88°
CMYK 0.020.000.63   0.12
XYZ57.693869.136118.2865
Yxy69.13610.39760.4764
Hunter Lab83.1481-21.653845.1642
CIE-Lab86.5714-18.767466.5020

#dce052 color RGB value is (220,224,82).

#dce052 hex color red value is 220, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #dce052 hue: 0.17 , saturation: 0.70 and the lightness value of dce052 is 0.60.

The process color (four color CMYK) of #dce052 color hex is 0.02, 0.00, 0.63, 0.12. Web safe color of #dce052 is #cccc66. Color #dce052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01010010
Octal 334 340 122
Decimal 220 224 82
Hex DC E0 52

RGB Percentages of Color #dce052

%41.83
%42.59
%15.59

CMYK Percentages of Color #dce052

%2
%0
%63
%12

Triadic Colors of #dce052

#dce052 #52dce0 #e052dc

Analogous Colors of #dce052

#dce052 #95e052 #e09d52

Monochromatic Colors of #dce052

#dce052

Complementary Color

#dce052 #5652e0

#dce052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce052 Color CSS Codes

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

#dce052 Text Font Color

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

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


#dce052 Background Color

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

This div background color is #dce052


#dce052 Border Color

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

This div border color is #dce052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce052


Comments

No comments written yet.

Please login to write comment.