Color Hex Logo

#dce172 Color Hex

#DCE172
(220,225,114)
0 Favorites   0 Comments

Color spaces of #dce172

RGB 220225114
HSL0.170.650.66
HSV63°49°88°
CMYK 0.020.000.49   0.12
XYZ59.477770.281026.3504
Yxy70.28100.38100.4502
Hunter Lab83.8338-20.068440.0478
CIE-Lab87.1345-16.875553.1834

#dce172 color RGB value is (220,225,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 01110010
Octal 334 341 162
Decimal 220 225 114
Hex DC E1 72

RGB Percentages of Color #dce172

%39.36
%40.25
%20.39

CMYK Percentages of Color #dce172

%2
%0
%49
%12

Triadic Colors of #dce172

#dce172 #72dce1 #e172dc

Analogous Colors of #dce172

#dce172 #a5e172 #e1af72

Monochromatic Colors of #dce172

#dce172

Complementary Color

#dce172 #7772e1

#dce172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce172 Color CSS Codes

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

#dce172 Text Font Color

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

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


#dce172 Background Color

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

This div background color is #dce172


#dce172 Border Color

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

This div border color is #dce172


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,225,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 #dce172">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce172


Comments

No comments written yet.

Please login to write comment.