Color Hex Logo

#ddfbc6 Color Hex

#DDFBC6
(221,251,198)
0 Favorites   0 Comments

Color spaces of #ddfbc6

RGB 221251198
HSL0.260.870.88
HSV94°21°98°
CMYK 0.120.000.21   0.02
XYZ74.509088.443766.5704
Yxy88.44370.32460.3853
Hunter Lab94.0445-23.157023.8621
CIE-Lab95.3475-18.918522.2307

#ddfbc6 color RGB value is (221,251,198).

#ddfbc6 hex color red value is 221, green value is 251 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #ddfbc6 hue: 0.26 , saturation: 0.87 and the lightness value of ddfbc6 is 0.88.

The process color (four color CMYK) of #ddfbc6 color hex is 0.12, 0.00, 0.21, 0.02. Web safe color of #ddfbc6 is #ccffcc. Color #ddfbc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11000110
Octal 335 373 306
Decimal 221 251 198
Hex DD FB C6

RGB Percentages of Color #ddfbc6

%32.99
%37.46
%29.55

CMYK Percentages of Color #ddfbc6

%12
%0
%21
%2

Triadic Colors of #ddfbc6

#ddfbc6 #c6ddfb #fbc6dd

Analogous Colors of #ddfbc6

#ddfbc6 #c6fbca #f8fbc6

Monochromatic Colors of #ddfbc6

#ddfbc6

Complementary Color

#ddfbc6 #e4c6fb

#ddfbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbc6 Color CSS Codes

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

#ddfbc6 Text Font Color

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

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


#ddfbc6 Background Color

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

This div background color is #ddfbc6


#ddfbc6 Border Color

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

This div border color is #ddfbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbc6


Comments

No comments written yet.

Please login to write comment.