Color Hex Logo

#dce868 Color Hex

#DCE868
(220,232,104)
0 Favorites   0 Comments

Color spaces of #dce868

RGB 220232104
HSL0.180.740.66
HSV66°55°91°
CMYK 0.050.000.55   0.09
XYZ60.870573.928324.1581
Yxy73.92830.38290.4651
Hunter Lab85.9816-24.099043.5285
CIE-Lab88.8886-21.123659.7647

#dce868 color RGB value is (220,232,104).

#dce868 hex color red value is 220, green value is 232 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dce868 hue: 0.18 , saturation: 0.74 and the lightness value of dce868 is 0.66.

The process color (four color CMYK) of #dce868 color hex is 0.05, 0.00, 0.55, 0.09. Web safe color of #dce868 is #ccff66. Color #dce868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 01101000
Octal 334 350 150
Decimal 220 232 104
Hex DC E8 68

RGB Percentages of Color #dce868

%39.57
%41.73
%18.71

CMYK Percentages of Color #dce868

%5
%0
%55
%9

Triadic Colors of #dce868

#dce868 #68dce8 #e868dc

Analogous Colors of #dce868

#dce868 #9ce868 #e8b468

Monochromatic Colors of #dce868

#dce868

Complementary Color

#dce868 #7468e8

#dce868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce868 Color CSS Codes

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

#dce868 Text Font Color

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

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


#dce868 Background Color

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

This div background color is #dce868


#dce868 Border Color

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

This div border color is #dce868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce868


Comments

No comments written yet.

Please login to write comment.