Color Hex Logo

#ddf646 Color Hex

#DDF646
(221,246,70)
0 Favorites   0 Comments

Color spaces of #ddf646

RGB 22124670
HSL0.190.910.62
HSV69°72°96°
CMYK 0.100.000.72   0.04
XYZ63.880181.725918.2022
Yxy81.72590.39000.4989
Hunter Lab90.4024-32.072551.3438
CIE-Lab92.4537-29.501776.8138

#ddf646 color RGB value is (221,246,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 01000110
Octal 335 366 106
Decimal 221 246 70
Hex DD F6 46

RGB Percentages of Color #ddf646

%41.15
%45.81
%13.04

CMYK Percentages of Color #ddf646

%10
%0
%72
%4

Triadic Colors of #ddf646

#ddf646 #46ddf6 #f646dd

Analogous Colors of #ddf646

#ddf646 #85f646 #f6b746

Monochromatic Colors of #ddf646

#ddf646

Complementary Color

#ddf646 #5f46f6

#ddf646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf646 Color CSS Codes

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

#ddf646 Text Font Color

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

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


#ddf646 Background Color

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

This div background color is #ddf646


#ddf646 Border Color

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

This div border color is #ddf646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf646


Comments

No comments written yet.

Please login to write comment.