Color Hex Logo

#ddef62 Color Hex

#DDEF62
(221,239,98)
0 Favorites   0 Comments

Color spaces of #ddef62

RGB 22123998
HSL0.190.820.66
HSV68°59°94°
CMYK 0.080.000.59   0.06
XYZ62.889977.987023.2936
Yxy77.98700.38310.4750
Hunter Lab88.3102-27.424746.1782
CIE-Lab90.7740-24.536064.4772

#ddef62 color RGB value is (221,239,98).

#ddef62 hex color red value is 221, green value is 239 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ddef62 hue: 0.19 , saturation: 0.82 and the lightness value of ddef62 is 0.66.

The process color (four color CMYK) of #ddef62 color hex is 0.08, 0.00, 0.59, 0.06. Web safe color of #ddef62 is #ccff66. Color #ddef62 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 01100010
Octal 335 357 142
Decimal 221 239 98
Hex DD EF 62

RGB Percentages of Color #ddef62

%39.61
%42.83
%17.56

CMYK Percentages of Color #ddef62

%8
%0
%59
%6

Triadic Colors of #ddef62

#ddef62 #62ddef #ef62dd

Analogous Colors of #ddef62

#ddef62 #97ef62 #efbb62

Monochromatic Colors of #ddef62

#ddef62

Complementary Color

#ddef62 #7462ef

#ddef62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef62 Color CSS Codes

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

#ddef62 Text Font Color

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

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


#ddef62 Background Color

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

This div background color is #ddef62


#ddef62 Border Color

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

This div border color is #ddef62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef62


Comments

No comments written yet.

Please login to write comment.