Color Hex Logo

#ddf146 Color Hex

#DDF146
(221,241,70)
0 Favorites   0 Comments

Color spaces of #ddf146

RGB 22124170
HSL0.190.860.61
HSV67°71°95°
CMYK 0.080.000.71   0.05
XYZ62.379678.724917.7020
Yxy78.72490.39280.4957
Hunter Lab88.7271-29.777850.2799
CIE-Lab91.1097-27.164775.5151

#ddf146 color RGB value is (221,241,70).

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

The process color (four color CMYK) of #ddf146 color hex is 0.08, 0.00, 0.71, 0.05. Web safe color of #ddf146 is #ccff33. Color #ddf146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 01000110
Octal 335 361 106
Decimal 221 241 70
Hex DD F1 46

RGB Percentages of Color #ddf146

%41.54
%45.30
%13.16

CMYK Percentages of Color #ddf146

%8
%0
%71
%5

Triadic Colors of #ddf146

#ddf146 #46ddf1 #f146dd

Analogous Colors of #ddf146

#ddf146 #88f146 #f1b046

Monochromatic Colors of #ddf146

#ddf146

Complementary Color

#ddf146 #5a46f1

#ddf146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf146 Color CSS Codes

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

#ddf146 Text Font Color

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

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


#ddf146 Background Color

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

This div background color is #ddf146


#ddf146 Border Color

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

This div border color is #ddf146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf146


Comments

No comments written yet.

Please login to write comment.