Color Hex Logo

#dce069 Color Hex

#DCE069
(220,224,105)
0 Favorites   0 Comments

Color spaces of #dce069

RGB 220224105
HSL0.170.660.65
HSV62°53°88°
CMYK 0.020.000.53   0.12
XYZ58.720769.546923.6936
Yxy69.54690.38640.4577
Hunter Lab83.3948-20.253841.5312
CIE-Lab86.7742-17.144456.9001

#dce069 color RGB value is (220,224,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100000 01101001
Octal 334 340 151
Decimal 220 224 105
Hex DC E0 69

RGB Percentages of Color #dce069

%40.07
%40.80
%19.13

CMYK Percentages of Color #dce069

%2
%0
%53
%12

Triadic Colors of #dce069

#dce069 #69dce0 #e069dc

Analogous Colors of #dce069

#dce069 #a1e069 #e0a969

Monochromatic Colors of #dce069

#dce069

Complementary Color

#dce069 #6d69e0

#dce069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce069 Color CSS Codes

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

#dce069 Text Font Color

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

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


#dce069 Background Color

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

This div background color is #dce069


#dce069 Border Color

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

This div border color is #dce069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce069


Comments

No comments written yet.

Please login to write comment.