Color Hex Logo

#dfeabe Color Hex

#DFEABE
(223,234,190)
0 Favorites   0 Comments

Color spaces of #dfeabe

RGB 223234190
HSL0.210.510.83
HSV75°19°92°
CMYK 0.050.000.19   0.08
XYZ69.148578.251360.1747
Yxy78.25130.33310.3770
Hunter Lab88.4598-15.272121.5898
CIE-Lab90.8945-11.056920.1733

#dfeabe color RGB value is (223,234,190).

#dfeabe hex color red value is 223, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfeabe hue: 0.21 , saturation: 0.51 and the lightness value of dfeabe is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 10111110
Octal 337 352 276
Decimal 223 234 190
Hex DF EA BE

RGB Percentages of Color #dfeabe

%34.47
%36.17
%29.37

CMYK Percentages of Color #dfeabe

%5
%0
%19
%8

Triadic Colors of #dfeabe

#dfeabe #bedfea #eabedf

Analogous Colors of #dfeabe

#dfeabe #c9eabe #eadfbe

Monochromatic Colors of #dfeabe

#dfeabe

Complementary Color

#dfeabe #c9beea

#dfeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeabe Color CSS Codes

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

#dfeabe Text Font Color

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

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


#dfeabe Background Color

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

This div background color is #dfeabe


#dfeabe Border Color

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

This div border color is #dfeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeabe


Comments

No comments written yet.

Please login to write comment.