Color Hex Logo

#dfebeb Color Hex

#DFEBEB
(223,235,235)
0 Favorites   0 Comments

Color spaces of #dfebeb

RGB 223235235
HSL0.500.230.90
HSV180°92°
CMYK 0.050.000.00   0.08
XYZ75.135281.102890.2916
Yxy81.10280.30480.3290
Hunter Lab90.0571-8.67623.5956
CIE-Lab92.1774-3.9666-1.3868

#dfebeb color RGB value is (223,235,235).

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

The process color (four color CMYK) of #dfebeb color hex is 0.05, 0.00, 0.00, 0.08. Web safe color of #dfebeb is #ccffff. Color #dfebeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11101011
Octal 337 353 353
Decimal 223 235 235
Hex DF EB EB

RGB Percentages of Color #dfebeb

%32.18
%33.91
%33.91

CMYK Percentages of Color #dfebeb

%5
%0
%0
%8

Triadic Colors of #dfebeb

#dfebeb #ebdfeb #ebebdf

Analogous Colors of #dfebeb

#dfebeb #dfe5eb #dfebe5

Monochromatic Colors of #dfebeb

#dfebeb

Complementary Color

#dfebeb #ebdfdf

#dfebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebeb Color CSS Codes

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

#dfebeb Text Font Color

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

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


#dfebeb Background Color

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

This div background color is #dfebeb


#dfebeb Border Color

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

This div border color is #dfebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebeb

#dfebeb Color Palettes


Comments

No comments written yet.

Please login to write comment.