Color Hex Logo

#dfebea Color Hex

#DFEBEA
(223,235,234)
0 Favorites   0 Comments

Color spaces of #dfebea

RGB 223235234
HSL0.490.230.90
HSV175°92°
CMYK 0.050.000.00   0.08
XYZ74.991081.045289.5327
Yxy81.04520.30540.3300
Hunter Lab90.0251-8.85334.0519
CIE-Lab92.1518-4.1521-0.9030

#dfebea color RGB value is (223,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11101010
Octal 337 353 352
Decimal 223 235 234
Hex DF EB EA

RGB Percentages of Color #dfebea

%32.23
%33.96
%33.82

CMYK Percentages of Color #dfebea

%5
%0
%0
%8

Triadic Colors of #dfebea

#dfebea #eadfeb #ebeadf

Analogous Colors of #dfebea

#dfebea #dfe6eb #dfebe4

Monochromatic Colors of #dfebea

#dfebea

Complementary Color

#dfebea #ebdfe0

#dfebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebea Color CSS Codes

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

#dfebea Text Font Color

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

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


#dfebea Background Color

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

This div background color is #dfebea


#dfebea Border Color

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

This div border color is #dfebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebea


Comments

No comments written yet.

Please login to write comment.