Color Hex Logo

#dce672 Color Hex

#DCE672
(220,230,114)
0 Favorites   0 Comments

Color spaces of #dce672

RGB 220230114
HSL0.180.700.67
HSV65°50°90°
CMYK 0.040.000.50   0.10
XYZ60.849373.024226.8076
Yxy73.02420.37870.4545
Hunter Lab85.4542-22.440541.2182
CIE-Lab88.4593-19.323154.7507

#dce672 color RGB value is (220,230,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 01110010
Octal 334 346 162
Decimal 220 230 114
Hex DC E6 72

RGB Percentages of Color #dce672

%39.01
%40.78
%20.21

CMYK Percentages of Color #dce672

%4
%0
%50
%10

Triadic Colors of #dce672

#dce672 #72dce6 #e672dc

Analogous Colors of #dce672

#dce672 #a2e672 #e6b672

Monochromatic Colors of #dce672

#dce672

Complementary Color

#dce672 #7c72e6

#dce672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce672 Color CSS Codes

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

#dce672 Text Font Color

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

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


#dce672 Background Color

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

This div background color is #dce672


#dce672 Border Color

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

This div border color is #dce672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce672


Comments

No comments written yet.

Please login to write comment.