Color Hex Logo

#dce664 Color Hex

#DCE664
(220,230,100)
0 Favorites   0 Comments

Color spaces of #dce664

RGB 220230100
HSL0.180.720.65
HSV65°57°90°
CMYK 0.040.000.57   0.10
XYZ60.112372.729422.9265
Yxy72.72940.38590.4669
Hunter Lab85.2815-23.423643.7580
CIE-Lab88.3185-20.463360.8753

#dce664 color RGB value is (220,230,100).

#dce664 hex color red value is 220, green value is 230 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dce664 hue: 0.18 , saturation: 0.72 and the lightness value of dce664 is 0.65.

The process color (four color CMYK) of #dce664 color hex is 0.04, 0.00, 0.57, 0.10. Web safe color of #dce664 is #ccff66. Color #dce664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 01100100
Octal 334 346 144
Decimal 220 230 100
Hex DC E6 64

RGB Percentages of Color #dce664

%40.00
%41.82
%18.18

CMYK Percentages of Color #dce664

%4
%0
%57
%10

Triadic Colors of #dce664

#dce664 #64dce6 #e664dc

Analogous Colors of #dce664

#dce664 #9be664 #e6af64

Monochromatic Colors of #dce664

#dce664

Complementary Color

#dce664 #6e64e6

#dce664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce664 Color CSS Codes

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

#dce664 Text Font Color

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

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


#dce664 Background Color

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

This div background color is #dce664


#dce664 Border Color

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

This div border color is #dce664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce664


Comments

No comments written yet.

Please login to write comment.