Color Hex Logo

#ddf650 Color Hex

#DDF650
(221,246,80)
0 Favorites   0 Comments

Color spaces of #ddf650

RGB 22124680
HSL0.190.900.64
HSV69°67°96°
CMYK 0.100.000.67   0.04
XYZ64.222581.862920.0056
Yxy81.86290.38670.4929
Hunter Lab90.4781-31.635250.2251
CIE-Lab92.5143-28.981673.3936

#ddf650 color RGB value is (221,246,80).

#ddf650 hex color red value is 221, green value is 246 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ddf650 hue: 0.19 , saturation: 0.90 and the lightness value of ddf650 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 01010000
Octal 335 366 120
Decimal 221 246 80
Hex DD F6 50

RGB Percentages of Color #ddf650

%40.40
%44.97
%14.63

CMYK Percentages of Color #ddf650

%10
%0
%67
%4

Triadic Colors of #ddf650

#ddf650 #50ddf6 #f650dd

Analogous Colors of #ddf650

#ddf650 #8af650 #f6bc50

Monochromatic Colors of #ddf650

#ddf650

Complementary Color

#ddf650 #6950f6

#ddf650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf650 Color CSS Codes

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

#ddf650 Text Font Color

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

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


#ddf650 Background Color

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

This div background color is #ddf650


#ddf650 Border Color

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

This div border color is #ddf650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf650


Comments

No comments written yet.

Please login to write comment.