Color Hex Logo

#dfeeba Color Hex

#DFEEBA
(223,238,186)
0 Favorites   0 Comments

Color spaces of #dfeeba

RGB 223238186
HSL0.210.600.83
HSV77°22°93°
CMYK 0.060.000.22   0.07
XYZ69.868980.382258.2872
Yxy80.38220.33500.3855
Hunter Lab89.6561-17.793424.2137
CIE-Lab91.8561-13.645523.5656

#dfeeba color RGB value is (223,238,186).

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

The process color (four color CMYK) of #dfeeba color hex is 0.06, 0.00, 0.22, 0.07. Web safe color of #dfeeba is #ccffcc. Color #dfeeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 10111010
Octal 337 356 272
Decimal 223 238 186
Hex DF EE BA

RGB Percentages of Color #dfeeba

%34.47
%36.79
%28.75

CMYK Percentages of Color #dfeeba

%6
%0
%22
%7

Triadic Colors of #dfeeba

#dfeeba #badfee #eebadf

Analogous Colors of #dfeeba

#dfeeba #c5eeba #eee3ba

Monochromatic Colors of #dfeeba

#dfeeba

Complementary Color

#dfeeba #c9baee

#dfeeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeeba Color CSS Codes

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

#dfeeba Text Font Color

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

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


#dfeeba Background Color

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

This div background color is #dfeeba


#dfeeba Border Color

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

This div border color is #dfeeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeeba


Comments

No comments written yet.

Please login to write comment.