Color Hex Logo

#ddfbb6 Color Hex

#DDFBB6
(221,251,182)
0 Favorites   0 Comments

Color spaces of #ddfbb6

RGB 221251182
HSL0.240.900.85
HSV86°27°98°
CMYK 0.120.000.27   0.02
XYZ72.759587.743957.3574
Yxy87.74390.33400.4028
Hunter Lab93.6717-25.275629.2655
CIE-Lab95.0530-21.286329.9457

#ddfbb6 color RGB value is (221,251,182).

#ddfbb6 hex color red value is 221, green value is 251 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ddfbb6 hue: 0.24 , saturation: 0.90 and the lightness value of ddfbb6 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10110110
Octal 335 373 266
Decimal 221 251 182
Hex DD FB B6

RGB Percentages of Color #ddfbb6

%33.79
%38.38
%27.83

CMYK Percentages of Color #ddfbb6

%12
%0
%27
%2

Triadic Colors of #ddfbb6

#ddfbb6 #b6ddfb #fbb6dd

Analogous Colors of #ddfbb6

#ddfbb6 #bbfbb6 #fbf7b6

Monochromatic Colors of #ddfbb6

#ddfbb6

Complementary Color

#ddfbb6 #d4b6fb

#ddfbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbb6 Color CSS Codes

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

#ddfbb6 Text Font Color

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

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


#ddfbb6 Background Color

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

This div background color is #ddfbb6


#ddfbb6 Border Color

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

This div border color is #ddfbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbb6

Related Colors


Comments

No comments written yet.

Please login to write comment.