Color Hex Logo

#dcee6a Color Hex

#DCEE6A
(220,238,106)
0 Favorites   0 Comments

Color spaces of #dcee6a

RGB 220238106
HSL0.190.800.67
HSV68°55°93°
CMYK 0.080.000.55   0.07
XYZ62.691377.405325.2722
Yxy77.40530.37910.4681
Hunter Lab87.9803-26.773444.5552
CIE-Lab90.5078-23.848060.7231

#dcee6a color RGB value is (220,238,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 01101010
Octal 334 356 152
Decimal 220 238 106
Hex DC EE 6A

RGB Percentages of Color #dcee6a

%39.01
%42.20
%18.79

CMYK Percentages of Color #dcee6a

%8
%0
%55
%7

Triadic Colors of #dcee6a

#dcee6a #6adcee #ee6adc

Analogous Colors of #dcee6a

#dcee6a #9aee6a #eebe6a

Monochromatic Colors of #dcee6a

#dcee6a

Complementary Color

#dcee6a #7c6aee

#dcee6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee6a Color CSS Codes

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

#dcee6a Text Font Color

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

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


#dcee6a Background Color

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

This div background color is #dcee6a


#dcee6a Border Color

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

This div border color is #dcee6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee6a


Comments

No comments written yet.

Please login to write comment.