color codes Logo

#dceb10 color codes

#DCEB10
(220,235,16)
0 Favorites   0 Comments

Color spaces of #dceb10

RGB 22023516
HSL0.180.870.49
HSV64°93°92°
CMYK 0.060.000.93   0.08
XYZ59.317174.669711.7766
Yxy74.66970.40690.5123
Hunter Lab86.4116-28.689452.4078
CIE-Lab89.2380-26.327886.1543

#dceb10 color RGB value is (220,235,16).

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

The process color (four color CMYK) of #dceb10 color code is 0.06, 0.00, 0.93, 0.08. Web safe color of #dceb10 is #ccff00. Color #dceb10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 00010000
Octal 334 353 20
Decimal 220 235 16
Hex DC EB 10

RGB Percentages of Color #dceb10

%46.71
%49.89
%3.40

CMYK Percentages of Color #dceb10

%6
%0
%93
%8

Triadic Colors of #dceb10

#dceb10 #10dceb #eb10dc

Analogous Colors of #dceb10

#dceb10 #6feb10 #eb8d10

Monochromatic Colors of #dceb10

#dceb10

Complementary Color

#dceb10 #1f10eb

#dceb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb10 Color CSS Codes

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

#dceb10 Text Font Color

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

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


#dceb10 Background Color

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

This div background color is #dceb10


#dceb10 Border Color

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

This div border color is #dceb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb10


Comments

No comments written yet.

Please login to write comment.