Color Hex Logo

#dcde14 Color Hex

#DCDE14
(220,222,20)
0 Favorites   0 Comments

Color spaces of #dcde14

RGB 22022220
HSL0.170.830.47
HSV61°91°87°
CMYK 0.010.000.91   0.13
XYZ55.762767.508710.7533
Yxy67.50870.41610.5037
Hunter Lab82.1637-22.642449.7549
CIE-Lab85.7602-20.047983.0021

#dcde14 color RGB value is (220,222,20).

#dcde14 hex color red value is 220, green value is 222 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dcde14 hue: 0.17 , saturation: 0.83 and the lightness value of dcde14 is 0.47.

The process color (four color CMYK) of #dcde14 color hex is 0.01, 0.00, 0.91, 0.13. Web safe color of #dcde14 is #cccc00. Color #dcde14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 00010100
Octal 334 336 24
Decimal 220 222 20
Hex DC DE 14

RGB Percentages of Color #dcde14

%47.62
%48.05
%4.33

CMYK Percentages of Color #dcde14

%1
%0
%91
%13

Triadic Colors of #dcde14

#dcde14 #14dcde #de14dc

Analogous Colors of #dcde14

#dcde14 #77de14 #de7b14

Monochromatic Colors of #dcde14

#dcde14

Complementary Color

#dcde14 #1614de

#dcde14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcde14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcde14 Color CSS Codes

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

#dcde14 Text Font Color

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

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


#dcde14 Background Color

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

This div background color is #dcde14


#dcde14 Border Color

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

This div border color is #dcde14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcde14


Comments

No comments written yet.

Please login to write comment.