Color Hex Logo

#ddffc6 Color Hex

#DDFFC6
(221,255,198)
0 Favorites   0 Comments

Color spaces of #ddffc6

RGB 221255198
HSL0.271.000.89
HSV96°22°100°
CMYK 0.130.000.22   0.00
XYZ75.771890.969466.9913
Yxy90.96940.32420.3892
Hunter Lab95.3779-25.104125.1205
CIE-Lab96.3974-20.854323.6841

#ddffc6 color RGB value is (221,255,198).

#ddffc6 hex color red value is 221, green value is 255 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #ddffc6 hue: 0.27 , saturation: 1.00 and the lightness value of ddffc6 is 0.89.

The process color (four color CMYK) of #ddffc6 color hex is 0.13, 0.00, 0.22, 0.00. Web safe color of #ddffc6 is #ccffcc. Color #ddffc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 11000110
Octal 335 377 306
Decimal 221 255 198
Hex DD FF C6

RGB Percentages of Color #ddffc6

%32.79
%37.83
%29.38

CMYK Percentages of Color #ddffc6

%13
%0
%22
%0

Triadic Colors of #ddffc6

#ddffc6 #c6ddff #ffc6dd

Analogous Colors of #ddffc6

#ddffc6 #c6ffcc #faffc6

Monochromatic Colors of #ddffc6

#ddffc6

Complementary Color

#ddffc6 #e8c6ff

#ddffc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffc6 Color CSS Codes

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

#ddffc6 Text Font Color

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

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


#ddffc6 Background Color

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

This div background color is #ddffc6


#ddffc6 Border Color

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

This div border color is #ddffc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffc6


Comments

No comments written yet.

Please login to write comment.