Color Hex Logo

#ddf562 Color Hex

#DDF562
(221,245,98)
0 Favorites   0 Comments

Color spaces of #ddf562

RGB 22124598
HSL0.190.880.67
HSV70°60°96°
CMYK 0.100.000.60   0.04
XYZ64.675881.558823.8889
Yxy81.55880.38020.4794
Hunter Lab90.3099-30.208947.5335
CIE-Lab92.3798-27.371966.2354

#ddf562 color RGB value is (221,245,98).

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

The process color (four color CMYK) of #ddf562 color hex is 0.10, 0.00, 0.60, 0.04. Web safe color of #ddf562 is #ccff66. Color #ddf562 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 01100010
Octal 335 365 142
Decimal 221 245 98
Hex DD F5 62

RGB Percentages of Color #ddf562

%39.18
%43.44
%17.38

CMYK Percentages of Color #ddf562

%10
%0
%60
%4

Triadic Colors of #ddf562

#ddf562 #62ddf5 #f562dd

Analogous Colors of #ddf562

#ddf562 #94f562 #f5c462

Monochromatic Colors of #ddf562

#ddf562

Complementary Color

#ddf562 #7a62f5

#ddf562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf562 Color CSS Codes

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

#ddf562 Text Font Color

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

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


#ddf562 Background Color

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

This div background color is #ddf562


#ddf562 Border Color

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

This div border color is #ddf562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf562


Comments

No comments written yet.

Please login to write comment.