Color Hex Logo

#ddfcbc Color Hex

#DDFCBC
(221,252,188)
0 Favorites   0 Comments

Color spaces of #ddfcbc

RGB 221252188
HSL0.250.910.86
HSV89°25°99°
CMYK 0.120.000.25   0.01
XYZ73.706388.623860.7983
Yxy88.62380.33030.3972
Hunter Lab94.1402-24.990327.6071
CIE-Lab95.4230-20.905627.4161

#ddfcbc color RGB value is (221,252,188).

#ddfcbc hex color red value is 221, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ddfcbc hue: 0.25 , saturation: 0.91 and the lightness value of ddfcbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10111100
Octal 335 374 274
Decimal 221 252 188
Hex DD FC BC

RGB Percentages of Color #ddfcbc

%33.43
%38.12
%28.44

CMYK Percentages of Color #ddfcbc

%12
%0
%25
%1

Triadic Colors of #ddfcbc

#ddfcbc #bcddfc #fcbcdd

Analogous Colors of #ddfcbc

#ddfcbc #bdfcbc #fcfbbc

Monochromatic Colors of #ddfcbc

#ddfcbc

Complementary Color

#ddfcbc #dbbcfc

#ddfcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcbc Color CSS Codes

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

#ddfcbc Text Font Color

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

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


#ddfcbc Background Color

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

This div background color is #ddfcbc


#ddfcbc Border Color

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

This div border color is #ddfcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcbc

Related Colors


Comments

No comments written yet.

Please login to write comment.