Color Hex Logo

#dfeeeb Color Hex

#DFEEEB
(223,238,235)
1 Favorites   0 Comments

Color spaces of #dfeeeb

RGB 223238235
HSL0.470.310.90
HSV168°93°
CMYK 0.060.000.01   0.07
XYZ76.001482.835290.5804
Yxy82.83520.30470.3321
Hunter Lab91.0138-10.21724.7021
CIE-Lab92.9422-5.4934-0.2682

#dfeeeb color RGB value is (223,238,235).

#dfeeeb hex color red value is 223, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfeeeb hue: 0.47 , saturation: 0.31 and the lightness value of dfeeeb is 0.90.

The process color (four color CMYK) of #dfeeeb color hex is 0.06, 0.00, 0.01, 0.07. Web safe color of #dfeeeb is #ccffff. Color #dfeeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11101011
Octal 337 356 353
Decimal 223 238 235
Hex DF EE EB

RGB Percentages of Color #dfeeeb

%32.04
%34.20
%33.76

CMYK Percentages of Color #dfeeeb

%6
%0
%1
%7

Triadic Colors of #dfeeeb

#dfeeeb #ebdfee #eeebdf

Analogous Colors of #dfeeeb

#dfeeeb #dfeaee #dfeee4

Monochromatic Colors of #dfeeeb

#dfeeeb

Complementary Color

#dfeeeb #eedfe2

#dfeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeeeb Color CSS Codes

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

#dfeeeb Text Font Color

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

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


#dfeeeb Background Color

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

This div background color is #dfeeeb


#dfeeeb Border Color

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

This div border color is #dfeeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeeeb

#dfeeeb Color Palettes


Comments

No comments written yet.

Please login to write comment.