Color Hex Logo

#ddeff8 Color Hex

#DDEFF8
(221,239,248)
0 Favorites   0 Comments

Color spaces of #ddeff8

RGB 221239248
HSL0.560.660.92
HSV200°11°97°
CMYK 0.110.040.00   0.03
XYZ77.628683.8825100.9064
Yxy83.88250.29580.3197
Hunter Lab91.5874-8.9830-1.2116
CIE-Lab93.3994-4.1754-6.3720

#ddeff8 color RGB value is (221,239,248).

#ddeff8 hex color red value is 221, green value is 239 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ddeff8 hue: 0.56 , saturation: 0.66 and the lightness value of ddeff8 is 0.92.

The process color (four color CMYK) of #ddeff8 color hex is 0.11, 0.04, 0.00, 0.03. Web safe color of #ddeff8 is #ccffff. Color #ddeff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11111000
Octal 335 357 370
Decimal 221 239 248
Hex DD EF F8

RGB Percentages of Color #ddeff8

%31.21
%33.76
%35.03

CMYK Percentages of Color #ddeff8

%11
%4
%0
%3

Triadic Colors of #ddeff8

#ddeff8 #f8ddef #eff8dd

Analogous Colors of #ddeff8

#ddeff8 #dde2f8 #ddf8f4

Monochromatic Colors of #ddeff8

#ddeff8

Complementary Color

#ddeff8 #f8e6dd

#ddeff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeff8 Color CSS Codes

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

#ddeff8 Text Font Color

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

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


#ddeff8 Background Color

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

This div background color is #ddeff8


#ddeff8 Border Color

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

This div border color is #ddeff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeff8


Comments

No comments written yet.

Please login to write comment.