Color Hex Logo

#dffaeb Color Hex

#DFFAEB
(223,250,235)
0 Favorites   0 Comments

Color spaces of #dffaeb

RGB 223250235
HSL0.410.730.93
HSV147°11°98°
CMYK 0.110.000.06   0.02
XYZ79.612490.057391.7840
Yxy90.05730.30450.3444
Hunter Lab94.8985-16.32509.0848
CIE-Lab96.0205-11.52544.2097

#dffaeb color RGB value is (223,250,235).

#dffaeb hex color red value is 223, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dffaeb hue: 0.41 , saturation: 0.73 and the lightness value of dffaeb is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 11101011
Octal 337 372 353
Decimal 223 250 235
Hex DF FA EB

RGB Percentages of Color #dffaeb

%31.50
%35.31
%33.19

CMYK Percentages of Color #dffaeb

%11
%0
%6
%2

Triadic Colors of #dffaeb

#dffaeb #ebdffa #faebdf

Analogous Colors of #dffaeb

#dffaeb #dffaf9 #e1fadf

Monochromatic Colors of #dffaeb

#dffaeb

Complementary Color

#dffaeb #fadfee

#dffaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffaeb Color CSS Codes

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

#dffaeb Text Font Color

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

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


#dffaeb Background Color

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

This div background color is #dffaeb


#dffaeb Border Color

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

This div border color is #dffaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffaeb


Comments

No comments written yet.

Please login to write comment.