Color Hex Logo

#dced12 Color Hex

#DCED12
(220,237,18)
0 Favorites   0 Comments

Color spaces of #dced12

RGB 22023718
HSL0.180.860.50
HSV65°92°93°
CMYK 0.070.000.92   0.07
XYZ59.908675.827712.0510
Yxy75.82770.40540.5131
Hunter Lab87.0791-29.584252.7501
CIE-Lab89.7793-27.245186.3531

#dced12 color RGB value is (220,237,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 00010010
Octal 334 355 22
Decimal 220 237 18
Hex DC ED 12

RGB Percentages of Color #dced12

%46.32
%49.89
%3.79

CMYK Percentages of Color #dced12

%7
%0
%92
%7

Triadic Colors of #dced12

#dced12 #12dced #ed12dc

Analogous Colors of #dced12

#dced12 #6fed12 #ed9112

Monochromatic Colors of #dced12

#dced12

Complementary Color

#dced12 #2312ed

#dced12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dced12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dced12 Color CSS Codes

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

#dced12 Text Font Color

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

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


#dced12 Background Color

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

This div background color is #dced12


#dced12 Border Color

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

This div border color is #dced12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dced12


Comments

No comments written yet.

Please login to write comment.