Color Hex Logo

#dded62 Color Hex

#DDED62
(221,237,98)
0 Favorites   0 Comments

Color spaces of #dded62

RGB 22123798
HSL0.190.790.66
HSV67°59°93°
CMYK 0.070.000.59   0.07
XYZ62.307676.822423.0995
Yxy76.82240.38410.4735
Hunter Lab87.6484-26.492445.7281
CIE-Lab90.2398-23.582563.8894

#dded62 color RGB value is (221,237,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 01100010
Octal 335 355 142
Decimal 221 237 98
Hex DD ED 62

RGB Percentages of Color #dded62

%39.75
%42.63
%17.63

CMYK Percentages of Color #dded62

%7
%0
%59
%7

Triadic Colors of #dded62

#dded62 #62dded #ed62dd

Analogous Colors of #dded62

#dded62 #98ed62 #edb862

Monochromatic Colors of #dded62

#dded62

Complementary Color

#dded62 #7262ed

#dded62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded62 Color CSS Codes

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

#dded62 Text Font Color

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

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


#dded62 Background Color

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

This div background color is #dded62


#dded62 Border Color

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

This div border color is #dded62


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,237,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 #dded62">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded62


Comments

No comments written yet.

Please login to write comment.