Color Hex Logo

#dcee55 Color Hex

#DCEE55
(220,238,85)
0 Favorites   0 Comments

Color spaces of #dcee55

RGB 22023885
HSL0.190.820.63
HSV67°64°93°
CMYK 0.080.000.64   0.07
XYZ61.729477.020620.2073
Yxy77.02060.38830.4845
Hunter Lab87.7614-28.029547.7813
CIE-Lab90.3311-25.323769.2486

#dcee55 color RGB value is (220,238,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 01010101
Octal 334 356 125
Decimal 220 238 85
Hex DC EE 55

RGB Percentages of Color #dcee55

%40.52
%43.83
%15.65

CMYK Percentages of Color #dcee55

%8
%0
%64
%7

Triadic Colors of #dcee55

#dcee55 #55dcee #ee55dc

Analogous Colors of #dcee55

#dcee55 #90ee55 #eeb455

Monochromatic Colors of #dcee55

#dcee55

Complementary Color

#dcee55 #6755ee

#dcee55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee55 Color CSS Codes

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

#dcee55 Text Font Color

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

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


#dcee55 Background Color

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

This div background color is #dcee55


#dcee55 Border Color

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

This div border color is #dcee55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee55


Comments

No comments written yet.

Please login to write comment.