Color Hex Logo

#ddef00 Color Hex

#DDEF00
(221,239,0)
0 Favorites   0 Comments

Color spaces of #ddef00

RGB 2212390
HSL0.181.000.47
HSV65°100°94°
CMYK 0.080.001.00   0.06
XYZ60.685377.105211.6843
Yxy77.10520.40600.5158
Hunter Lab87.8096-30.305253.5773
CIE-Lab90.3700-27.946688.3556

#ddef00 color RGB value is (221,239,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 00000000
Octal 335 357 0
Decimal 221 239 0
Hex DD EF 0

RGB Percentages of Color #ddef00

%48.04
%51.96
%0.00

CMYK Percentages of Color #ddef00

%8
%0
%100
%6

Triadic Colors of #ddef00

#ddef00 #00ddef #ef00dd

Analogous Colors of #ddef00

#ddef00 #66ef00 #ef8a00

Monochromatic Colors of #ddef00

#ddef00

Complementary Color

#ddef00 #1200ef

#ddef00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef00 Color CSS Codes

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

#ddef00 Text Font Color

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

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


#ddef00 Background Color

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

This div background color is #ddef00


#ddef00 Border Color

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

This div border color is #ddef00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef00


Comments

No comments written yet.

Please login to write comment.