Color Hex Logo

#ddfef8 Color Hex

#DDFEF8
(221,254,248)
0 Favorites   0 Comments

Color spaces of #ddfef8

RGB 221254248
HSL0.470.940.93
HSV169°13°100°
CMYK 0.130.000.02   0.00
XYZ82.203993.0331102.4315
Yxy93.03310.29610.3351
Hunter Lab96.4537-16.66504.5530
CIE-Lab97.2410-11.7266-0.7260

#ddfef8 color RGB value is (221,254,248).

#ddfef8 hex color red value is 221, green value is 254 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ddfef8 hue: 0.47 , saturation: 0.94 and the lightness value of ddfef8 is 0.93.

The process color (four color CMYK) of #ddfef8 color hex is 0.13, 0.00, 0.02, 0.00. Web safe color of #ddfef8 is #ccffff. Color #ddfef8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11111000
Octal 335 376 370
Decimal 221 254 248
Hex DD FE F8

RGB Percentages of Color #ddfef8

%30.57
%35.13
%34.30

CMYK Percentages of Color #ddfef8

%13
%0
%2
%0

Triadic Colors of #ddfef8

#ddfef8 #f8ddfe #fef8dd

Analogous Colors of #ddfef8

#ddfef8 #ddf4fe #ddfee8

Monochromatic Colors of #ddfef8

#ddfef8

Complementary Color

#ddfef8 #fedde3

#ddfef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfef8 Color CSS Codes

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

#ddfef8 Text Font Color

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

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


#ddfef8 Background Color

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

This div background color is #ddfef8


#ddfef8 Border Color

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

This div border color is #ddfef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfef8


Comments

No comments written yet.

Please login to write comment.