Color Hex Logo

#dce167 Color Hex

#DCE167
(220,225,103)
0 Favorites   0 Comments

Color spaces of #dce167

RGB 220225103
HSL0.170.670.64
HSV62°54°88°
CMYK 0.020.000.54   0.12
XYZ58.888670.045323.2483
Yxy70.04530.38700.4603
Hunter Lab83.6931-20.865742.1155
CIE-Lab87.0191-17.794658.0808

#dce167 color RGB value is (220,225,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01100111
Octal 334 341 147
Decimal 220 225 103
Hex DC E1 67

RGB Percentages of Color #dce167

%40.15
%41.06
%18.80

CMYK Percentages of Color #dce167

%2
%0
%54
%12

Triadic Colors of #dce167

#dce167 #67dce1 #e167dc

Analogous Colors of #dce167

#dce167 #9fe167 #e1a967

Monochromatic Colors of #dce167

#dce167

Complementary Color

#dce167 #6c67e1

#dce167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce167 Color CSS Codes

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

#dce167 Text Font Color

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

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


#dce167 Background Color

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

This div background color is #dce167


#dce167 Border Color

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

This div border color is #dce167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce167


Comments

No comments written yet.

Please login to write comment.