Color Hex Logo

#dfebe4 Color Hex

#DFEBE4
(223,235,228)
1 Favorites   0 Comments

Color spaces of #dfebe4

RGB 223235228
HSL0.400.230.90
HSV145°92°
CMYK 0.050.000.03   0.08
XYZ74.143380.706185.0688
Yxy80.70610.30900.3364
Hunter Lab89.8366-9.89566.7422
CIE-Lab92.0008-5.24852.0038

#dfebe4 color RGB value is (223,235,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11100100
Octal 337 353 344
Decimal 223 235 228
Hex DF EB E4

RGB Percentages of Color #dfebe4

%32.51
%34.26
%33.24

CMYK Percentages of Color #dfebe4

%5
%0
%3
%8

Triadic Colors of #dfebe4

#dfebe4 #e4dfeb #ebe4df

Analogous Colors of #dfebe4

#dfebe4 #dfebea #e0ebdf

Monochromatic Colors of #dfebe4

#dfebe4

Complementary Color

#dfebe4 #ebdfe6

#dfebe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebe4 Color CSS Codes

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

#dfebe4 Text Font Color

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

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


#dfebe4 Background Color

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

This div background color is #dfebe4


#dfebe4 Border Color

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

This div border color is #dfebe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebe4


Comments

No comments written yet.

Please login to write comment.