Color Hex Logo

#ddfce7 Color Hex

#DDFCE7
(221,252,231)
0 Favorites   0 Comments

Color spaces of #ddfce7

RGB 221252231
HSL0.390.840.93
HSV139°12°99°
CMYK 0.120.000.08   0.01
XYZ79.053090.762588.9537
Yxy90.76250.30550.3507
Hunter Lab95.2694-18.604911.3290
CIE-Lab96.3122-13.88906.6748

#ddfce7 color RGB value is (221,252,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 11100111
Octal 335 374 347
Decimal 221 252 231
Hex DD FC E7

RGB Percentages of Color #ddfce7

%31.39
%35.80
%32.81

CMYK Percentages of Color #ddfce7

%12
%0
%8
%1

Triadic Colors of #ddfce7

#ddfce7 #e7ddfc #fce7dd

Analogous Colors of #ddfce7

#ddfce7 #ddfcf7 #e3fcdd

Monochromatic Colors of #ddfce7

#ddfce7

Complementary Color

#ddfce7 #fcddf2

#ddfce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfce7 Color CSS Codes

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

#ddfce7 Text Font Color

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

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


#ddfce7 Background Color

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

This div background color is #ddfce7


#ddfce7 Border Color

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

This div border color is #ddfce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfce7

Related Colors


Comments

No comments written yet.

Please login to write comment.