Color Hex Logo

#ddf695 Color Hex

#DDF695
(221,246,149)
0 Favorites   0 Comments

Color spaces of #ddf695

RGB 221246149
HSL0.210.840.77
HSV75°39°96°
CMYK 0.100.000.39   0.04
XYZ68.199483.453640.9474
Yxy83.45360.35410.4333
Hunter Lab91.3529-26.608737.3713
CIE-Lab93.2127-23.116143.9360

#ddf695 color RGB value is (221,246,149).

#ddf695 hex color red value is 221, green value is 246 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ddf695 hue: 0.21 , saturation: 0.84 and the lightness value of ddf695 is 0.77.

The process color (four color CMYK) of #ddf695 color hex is 0.10, 0.00, 0.39, 0.04. Web safe color of #ddf695 is #ccff99. Color #ddf695 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110110 10010101
Octal 335 366 225
Decimal 221 246 149
Hex DD F6 95

RGB Percentages of Color #ddf695

%35.88
%39.94
%24.19

CMYK Percentages of Color #ddf695

%10
%0
%39
%4

Triadic Colors of #ddf695

#ddf695 #95ddf6 #f695dd

Analogous Colors of #ddf695

#ddf695 #adf695 #f6df95

Monochromatic Colors of #ddf695

#ddf695

Complementary Color

#ddf695 #ae95f6

#ddf695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf695 Color CSS Codes

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

#ddf695 Text Font Color

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

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


#ddf695 Background Color

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

This div background color is #ddf695


#ddf695 Border Color

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

This div border color is #ddf695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf695

Related Colors


Comments

No comments written yet.

Please login to write comment.