Color Hex Logo

#ddef0d Color Hex

#DDEF0D
(221,239,13)
0 Favorites   0 Comments

Color spaces of #ddef0d

RGB 22123913
HSL0.180.900.49
HSV65°95°94°
CMYK 0.080.000.95   0.06
XYZ60.757977.134212.0669
Yxy77.13420.40520.5144
Hunter Lab87.8261-30.209753.3321
CIE-Lab90.3833-27.832587.3523

#ddef0d color RGB value is (221,239,13).

#ddef0d hex color red value is 221, green value is 239 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ddef0d hue: 0.18 , saturation: 0.90 and the lightness value of ddef0d is 0.49.

The process color (four color CMYK) of #ddef0d color hex is 0.08, 0.00, 0.95, 0.06. Web safe color of #ddef0d is #ccff00. Color #ddef0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 00001101
Octal 335 357 15
Decimal 221 239 13
Hex DD EF D

RGB Percentages of Color #ddef0d

%46.72
%50.53
%2.75

CMYK Percentages of Color #ddef0d

%8
%0
%95
%6

Triadic Colors of #ddef0d

#ddef0d #0dddef #ef0ddd

Analogous Colors of #ddef0d

#ddef0d #6cef0d #ef900d

Monochromatic Colors of #ddef0d

#ddef0d

Complementary Color

#ddef0d #1f0def

#ddef0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef0d Color CSS Codes

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

#ddef0d Text Font Color

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

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


#ddef0d Background Color

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

This div background color is #ddef0d


#ddef0d Border Color

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

This div border color is #ddef0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef0d


Comments

No comments written yet.

Please login to write comment.