Color Hex Logo

#ddf968 Color Hex

#DDF968
(221,249,104)
0 Favorites   0 Comments

Color spaces of #ddf968

RGB 221249104
HSL0.200.920.69
HSV72°58°98°
CMYK 0.110.000.58   0.02
XYZ66.193284.123025.8453
Yxy84.12300.37580.4775
Hunter Lab91.7186-31.684347.4957
CIE-Lab93.5039-28.804464.9666

#ddf968 color RGB value is (221,249,104).

#ddf968 hex color red value is 221, green value is 249 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ddf968 hue: 0.20 , saturation: 0.92 and the lightness value of ddf968 is 0.69.

The process color (four color CMYK) of #ddf968 color hex is 0.11, 0.00, 0.58, 0.02. Web safe color of #ddf968 is #ccff66. Color #ddf968 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 01101000
Octal 335 371 150
Decimal 221 249 104
Hex DD F9 68

RGB Percentages of Color #ddf968

%38.50
%43.38
%18.12

CMYK Percentages of Color #ddf968

%11
%0
%58
%2

Triadic Colors of #ddf968

#ddf968 #68ddf9 #f968dd

Analogous Colors of #ddf968

#ddf968 #95f968 #f9cd68

Monochromatic Colors of #ddf968

#ddf968

Complementary Color

#ddf968 #8468f9

#ddf968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf968 Color CSS Codes

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

#ddf968 Text Font Color

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

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


#ddf968 Background Color

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

This div background color is #ddf968


#ddf968 Border Color

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

This div border color is #ddf968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf968


Comments

No comments written yet.

Please login to write comment.