Color Hex Logo

#ddfcb6 Color Hex

#DDFCB6
(221,252,182)
0 Favorites   0 Comments

Color spaces of #ddfcb6

RGB 221252182
HSL0.240.920.85
HSV87°28°99°
CMYK 0.120.000.28   0.01
XYZ73.072788.370457.4618
Yxy88.37040.33380.4037
Hunter Lab94.0055-25.757529.5623
CIE-Lab95.3167-21.767530.3024

#ddfcb6 color RGB value is (221,252,182).

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

The process color (four color CMYK) of #ddfcb6 color hex is 0.12, 0.00, 0.28, 0.01. Web safe color of #ddfcb6 is #ccffcc. Color #ddfcb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10110110
Octal 335 374 266
Decimal 221 252 182
Hex DD FC B6

RGB Percentages of Color #ddfcb6

%33.74
%38.47
%27.79

CMYK Percentages of Color #ddfcb6

%12
%0
%28
%1

Triadic Colors of #ddfcb6

#ddfcb6 #b6ddfc #fcb6dd

Analogous Colors of #ddfcb6

#ddfcb6 #bafcb6 #fcf8b6

Monochromatic Colors of #ddfcb6

#ddfcb6

Complementary Color

#ddfcb6 #d5b6fc

#ddfcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcb6 Color CSS Codes

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

#ddfcb6 Text Font Color

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

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


#ddfcb6 Background Color

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

This div background color is #ddfcb6


#ddfcb6 Border Color

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

This div border color is #ddfcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcb6

#ddfcb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.