Color Hex Logo

#ddf168 Color Hex

#DDF168
(221,241,104)
0 Favorites   0 Comments

Color spaces of #ddf168

RGB 221241104
HSL0.190.830.68
HSV69°57°95°
CMYK 0.080.000.57   0.05
XYZ63.772879.282225.0385
Yxy79.28220.37940.4717
Hunter Lab89.0406-27.975345.6558
CIE-Lab91.3618-25.040562.5756

#ddf168 color RGB value is (221,241,104).

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

The process color (four color CMYK) of #ddf168 color hex is 0.08, 0.00, 0.57, 0.05. Web safe color of #ddf168 is #ccff66. Color #ddf168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 01101000
Octal 335 361 150
Decimal 221 241 104
Hex DD F1 68

RGB Percentages of Color #ddf168

%39.05
%42.58
%18.37

CMYK Percentages of Color #ddf168

%8
%0
%57
%5

Triadic Colors of #ddf168

#ddf168 #68ddf1 #f168dd

Analogous Colors of #ddf168

#ddf168 #99f168 #f1c168

Monochromatic Colors of #ddf168

#ddf168

Complementary Color

#ddf168 #7c68f1

#ddf168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf168 Color CSS Codes

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

#ddf168 Text Font Color

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

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


#ddf168 Background Color

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

This div background color is #ddf168


#ddf168 Border Color

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

This div border color is #ddf168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf168


Comments

No comments written yet.

Please login to write comment.