Color Hex Logo

#ded11c Color Hex

#DED11C
(222,209,28)
0 Favorites   0 Comments

Color spaces of #ded11c

RGB 22220928
HSL0.160.780.49
HSV56°87°87°
CMYK 0.000.060.87   0.13
XYZ53.134361.214410.1137
Yxy61.21440.42690.4918
Hunter Lab78.2396-15.696047.1036
CIE-Lab82.4939-12.651679.2410

#ded11c color RGB value is (222,209,28).

#ded11c hex color red value is 222, green value is 209 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ded11c hue: 0.16 , saturation: 0.78 and the lightness value of ded11c is 0.49.

The process color (four color CMYK) of #ded11c color hex is 0.00, 0.06, 0.87, 0.13. Web safe color of #ded11c is #cccc33. Color #ded11c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010001 00011100
Octal 336 321 34
Decimal 222 209 28
Hex DE D1 1C

RGB Percentages of Color #ded11c

%48.37
%45.53
%6.10

CMYK Percentages of Color #ded11c

%0
%6
%87
%13

Triadic Colors of #ded11c

#ded11c #1cded1 #d11cde

Analogous Colors of #ded11c

#ded11c #8ade1c #de701c

Monochromatic Colors of #ded11c

#ded11c

Complementary Color

#ded11c #1c29de

#ded11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded11c Color CSS Codes

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

#ded11c Text Font Color

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

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


#ded11c Background Color

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

This div background color is #ded11c


#ded11c Border Color

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

This div border color is #ded11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded11c


Comments

No comments written yet.

Please login to write comment.