Color Hex Logo

#dce106 Color Hex

#DCE106
(220,225,6)
0 Favorites   0 Comments

Color spaces of #dce106

RGB 2202256
HSL0.170.950.45
HSV61°97°88°
CMYK 0.020.000.97   0.12
XYZ56.473369.079210.5295
Yxy69.07920.41500.5076
Hunter Lab83.1139-24.164150.6684
CIE-Lab86.5433-21.652784.9980

#dce106 color RGB value is (220,225,6).

#dce106 hex color red value is 220, green value is 225 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #dce106 hue: 0.17 , saturation: 0.95 and the lightness value of dce106 is 0.45.

The process color (four color CMYK) of #dce106 color hex is 0.02, 0.00, 0.97, 0.12. Web safe color of #dce106 is #cccc00. Color #dce106 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 00000110
Octal 334 341 6
Decimal 220 225 6
Hex DC E1 6

RGB Percentages of Color #dce106

%48.78
%49.89
%1.33

CMYK Percentages of Color #dce106

%2
%0
%97
%12

Triadic Colors of #dce106

#dce106 #06dce1 #e106dc

Analogous Colors of #dce106

#dce106 #6fe106 #e17906

Monochromatic Colors of #dce106

#dce106

Complementary Color

#dce106 #0b06e1

#dce106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce106 Color CSS Codes

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

#dce106 Text Font Color

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

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


#dce106 Background Color

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

This div background color is #dce106


#dce106 Border Color

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

This div border color is #dce106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce106


Comments

No comments written yet.

Please login to write comment.