Color Hex Logo

#ddfcfb Color Hex

#DDFCFB
(221,252,251)
0 Favorites   0 Comments

Color spaces of #ddfcfb

RGB 221252251
HSL0.490.840.93
HSV178°12°99°
CMYK 0.120.000.00   0.01
XYZ82.041891.9580104.6924
Yxy91.95800.29440.3300
Hunter Lab95.8947-15.10192.3969
CIE-Lab96.8031-10.1525-2.9124

#ddfcfb color RGB value is (221,252,251).

#ddfcfb hex color red value is 221, green value is 252 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddfcfb hue: 0.49 , saturation: 0.84 and the lightness value of ddfcfb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11111011
Octal 335 374 373
Decimal 221 252 251
Hex DD FC FB

RGB Percentages of Color #ddfcfb

%30.52
%34.81
%34.67

CMYK Percentages of Color #ddfcfb

%12
%0
%0
%1

Triadic Colors of #ddfcfb

#ddfcfb #fbddfc #fcfbdd

Analogous Colors of #ddfcfb

#ddfcfb #ddeefc #ddfcec

Monochromatic Colors of #ddfcfb

#ddfcfb

Complementary Color

#ddfcfb #fcddde

#ddfcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcfb Color CSS Codes

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

#ddfcfb Text Font Color

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

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


#ddfcfb Background Color

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

This div background color is #ddfcfb


#ddfcfb Border Color

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

This div border color is #ddfcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.