Color Hex Logo

#ddf632 Color Hex

#DDF632
(221,246,50)
0 Favorites   0 Comments

Color spaces of #ddf632

RGB 22124650
HSL0.190.920.58
HSV68°80°96°
CMYK 0.100.000.80   0.04
XYZ63.350381.514015.4125
Yxy81.51400.39530.5086
Hunter Lab90.2851-32.750953.0782
CIE-Lab92.3599-30.311582.5955

#ddf632 color RGB value is (221,246,50).

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

The process color (four color CMYK) of #ddf632 color hex is 0.10, 0.00, 0.80, 0.04. Web safe color of #ddf632 is #ccff33. Color #ddf632 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 00110010
Octal 335 366 62
Decimal 221 246 50
Hex DD F6 32

RGB Percentages of Color #ddf632

%42.75
%47.58
%9.67

CMYK Percentages of Color #ddf632

%10
%0
%80
%4

Triadic Colors of #ddf632

#ddf632 #32ddf6 #f632dd

Analogous Colors of #ddf632

#ddf632 #7bf632 #f6ad32

Monochromatic Colors of #ddf632

#ddf632

Complementary Color

#ddf632 #4b32f6

#ddf632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf632 Color CSS Codes

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

#ddf632 Text Font Color

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

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


#ddf632 Background Color

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

This div background color is #ddf632


#ddf632 Border Color

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

This div border color is #ddf632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf632

Related Colors


Comments

No comments written yet.

Please login to write comment.