Color Hex Logo

#dcee72 Color Hex

#DCEE72
(220,238,114)
0 Favorites   0 Comments

Color spaces of #dcee72

RGB 220238114
HSL0.190.780.69
HSV69°52°93°
CMYK 0.080.000.52   0.07
XYZ63.127077.579627.5668
Yxy77.57960.37510.4610
Hunter Lab88.0793-26.206643.0991
CIE-Lab90.5877-23.186457.2482

#dcee72 color RGB value is (220,238,114).

#dcee72 hex color red value is 220, green value is 238 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dcee72 hue: 0.19 , saturation: 0.78 and the lightness value of dcee72 is 0.69.

The process color (four color CMYK) of #dcee72 color hex is 0.08, 0.00, 0.52, 0.07. Web safe color of #dcee72 is #ccff66. Color #dcee72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 01110010
Octal 334 356 162
Decimal 220 238 114
Hex DC EE 72

RGB Percentages of Color #dcee72

%38.46
%41.61
%19.93

CMYK Percentages of Color #dcee72

%8
%0
%52
%7

Triadic Colors of #dcee72

#dcee72 #72dcee #ee72dc

Analogous Colors of #dcee72

#dcee72 #9eee72 #eec272

Monochromatic Colors of #dcee72

#dcee72

Complementary Color

#dcee72 #8472ee

#dcee72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee72 Color CSS Codes

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

#dcee72 Text Font Color

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

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


#dcee72 Background Color

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

This div background color is #dcee72


#dcee72 Border Color

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

This div border color is #dcee72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee72


Comments

No comments written yet.

Please login to write comment.