Color Hex Logo

#dded16 Color Hex

#DDED16
(221,237,22)
0 Favorites   0 Comments

Color spaces of #dded16

RGB 22123722
HSL0.180.860.51
HSV64°91°93°
CMYK 0.070.000.91   0.07
XYZ60.247875.998512.2528
Yxy75.99850.40570.5118
Hunter Lab87.1771-29.199252.6907
CIE-Lab89.8586-26.779685.9569

#dded16 color RGB value is (221,237,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 00010110
Octal 335 355 26
Decimal 221 237 22
Hex DD ED 16

RGB Percentages of Color #dded16

%46.04
%49.38
%4.58

CMYK Percentages of Color #dded16

%7
%0
%91
%7

Triadic Colors of #dded16

#dded16 #16dded #ed16dd

Analogous Colors of #dded16

#dded16 #72ed16 #ed9216

Monochromatic Colors of #dded16

#dded16

Complementary Color

#dded16 #2616ed

#dded16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded16 Color CSS Codes

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

#dded16 Text Font Color

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

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


#dded16 Background Color

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

This div background color is #dded16


#dded16 Border Color

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

This div border color is #dded16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded16


Comments

No comments written yet.

Please login to write comment.