Color Hex Logo

#ddfafe Color Hex

#DDFAFE
(221,250,254)
0 Favorites   0 Comments

Color spaces of #ddfafe

RGB 221250254
HSL0.520.940.93
HSV187°13°100°
CMYK 0.130.020.00   0.00
XYZ81.893890.8991106.9950
Yxy90.89910.29270.3249
Hunter Lab95.3410-13.52300.2014
CIE-Lab96.3685-8.5654-5.0985

#ddfafe color RGB value is (221,250,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 11111110
Octal 335 372 376
Decimal 221 250 254
Hex DD FA FE

RGB Percentages of Color #ddfafe

%30.48
%34.48
%35.03

CMYK Percentages of Color #ddfafe

%13
%2
%0
%0

Triadic Colors of #ddfafe

#ddfafe #feddfa #fafedd

Analogous Colors of #ddfafe

#ddfafe #ddeafe #ddfef2

Monochromatic Colors of #ddfafe

#ddfafe

Complementary Color

#ddfafe #fee1dd

#ddfafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfafe Color CSS Codes

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

#ddfafe Text Font Color

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

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


#ddfafe Background Color

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

This div background color is #ddfafe


#ddfafe Border Color

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

This div border color is #ddfafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfafe

Related Colors


Comments

No comments written yet.

Please login to write comment.