Color Hex Logo

#dcee10 Color Hex

#DCEE10
(220,238,16)
0 Favorites   0 Comments

Color spaces of #dcee10

RGB 22023816
HSL0.180.870.50
HSV65°93°93°
CMYK 0.080.000.93   0.07
XYZ60.183376.402112.0653
Yxy76.40210.40490.5140
Hunter Lab87.4083-30.061853.0018
CIE-Lab90.0457-27.739286.7745

#dcee10 color RGB value is (220,238,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 00010000
Octal 334 356 20
Decimal 220 238 16
Hex DC EE 10

RGB Percentages of Color #dcee10

%46.41
%50.21
%3.38

CMYK Percentages of Color #dcee10

%8
%0
%93
%7

Triadic Colors of #dcee10

#dcee10 #10dcee #ee10dc

Analogous Colors of #dcee10

#dcee10 #6dee10 #ee9110

Monochromatic Colors of #dcee10

#dcee10

Complementary Color

#dcee10 #2210ee

#dcee10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcee10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcee10 Color CSS Codes

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

#dcee10 Text Font Color

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

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


#dcee10 Background Color

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

This div background color is #dcee10


#dcee10 Border Color

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

This div border color is #dcee10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcee10


Comments

No comments written yet.

Please login to write comment.