Color Hex Logo

#dcee19 Color Hex

#DCEE19
(220,238,25)
0 Favorites   0 Comments

Color spaces of #dcee19

RGB 22023825
HSL0.180.860.52
HSV65°89°93°
CMYK 0.080.000.89   0.07
XYZ60.265276.434912.4968
Yxy76.43490.40390.5123
Hunter Lab87.4271-29.953852.7240
CIE-Lab90.0609-27.609985.6688

#dcee19 color RGB value is (220,238,25).

#dcee19 hex color red value is 220, green value is 238 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dcee19 hue: 0.18 , saturation: 0.86 and the lightness value of dcee19 is 0.52.

The process color (four color CMYK) of #dcee19 color hex is 0.08, 0.00, 0.89, 0.07. Web safe color of #dcee19 is #ccff00. Color #dcee19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 00011001
Octal 334 356 31
Decimal 220 238 25
Hex DC EE 19

RGB Percentages of Color #dcee19

%45.55
%49.28
%5.18

CMYK Percentages of Color #dcee19

%8
%0
%89
%7

Triadic Colors of #dcee19

#dcee19 #19dcee #ee19dc

Analogous Colors of #dcee19

#dcee19 #72ee19 #ee9619

Monochromatic Colors of #dcee19

#dcee19

Complementary Color

#dcee19 #2b19ee

#dcee19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee19 Color CSS Codes

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

#dcee19 Text Font Color

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

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


#dcee19 Background Color

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

This div background color is #dcee19


#dcee19 Border Color

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

This div border color is #dcee19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee19


Comments

No comments written yet.

Please login to write comment.