Color Hex Logo

#dfeab6 Color Hex

#DFEAB6
(223,234,182)
0 Favorites   0 Comments

Color spaces of #dfeab6

RGB 223234182
HSL0.200.550.82
HSV73°22°92°
CMYK 0.050.000.22   0.08
XYZ68.297777.911055.6946
Yxy77.91100.33830.3859
Hunter Lab88.2672-16.351324.3764
CIE-Lab90.7393-12.240024.0844

#dfeab6 color RGB value is (223,234,182).

#dfeab6 hex color red value is 223, green value is 234 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dfeab6 hue: 0.20 , saturation: 0.55 and the lightness value of dfeab6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 10110110
Octal 337 352 266
Decimal 223 234 182
Hex DF EA B6

RGB Percentages of Color #dfeab6

%34.90
%36.62
%28.48

CMYK Percentages of Color #dfeab6

%5
%0
%22
%8

Triadic Colors of #dfeab6

#dfeab6 #b6dfea #eab6df

Analogous Colors of #dfeab6

#dfeab6 #c5eab6 #eadbb6

Monochromatic Colors of #dfeab6

#dfeab6

Complementary Color

#dfeab6 #c1b6ea

#dfeab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeab6 Color CSS Codes

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

#dfeab6 Text Font Color

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

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


#dfeab6 Background Color

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

This div background color is #dfeab6


#dfeab6 Border Color

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

This div border color is #dfeab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeab6


Comments

No comments written yet.

Please login to write comment.