Color Hex Logo

#ded912 Color Hex

#DED912
(222,217,18)
0 Favorites   0 Comments

Color spaces of #ded912

RGB 22221718
HSL0.160.850.47
HSV59°92°87°
CMYK 0.000.020.92   0.13
XYZ55.046265.199010.2557
Yxy65.19900.42180.4996
Hunter Lab80.7459-19.618148.9916
CIE-Lab84.5862-16.788082.4265

#ded912 color RGB value is (222,217,18).

#ded912 hex color red value is 222, green value is 217 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ded912 hue: 0.16 , saturation: 0.85 and the lightness value of ded912 is 0.47.

The process color (four color CMYK) of #ded912 color hex is 0.00, 0.02, 0.92, 0.13. Web safe color of #ded912 is #cccc00. Color #ded912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011001 00010010
Octal 336 331 22
Decimal 222 217 18
Hex DE D9 12

RGB Percentages of Color #ded912

%48.58
%47.48
%3.94

CMYK Percentages of Color #ded912

%0
%2
%92
%13

Triadic Colors of #ded912

#ded912 #12ded9 #d912de

Analogous Colors of #ded912

#ded912 #7dde12 #de7312

Monochromatic Colors of #ded912

#ded912

Complementary Color

#ded912 #1217de

#ded912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded912 Color CSS Codes

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

#ded912 Text Font Color

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

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


#ded912 Background Color

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

This div background color is #ded912


#ded912 Border Color

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

This div border color is #ded912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded912


Comments

No comments written yet.

Please login to write comment.