Color Hex Logo

#dfefb2 Color Hex

#DFEFB2
(223,239,178)
0 Favorites   0 Comments

Color spaces of #dfefb2

RGB 223239178
HSL0.210.660.82
HSV76°26°94°
CMYK 0.070.000.26   0.06
XYZ69.333880.635354.0294
Yxy80.63530.33990.3953
Hunter Lab89.7972-19.322427.1842
CIE-Lab91.9692-15.287927.8152

#dfefb2 color RGB value is (223,239,178).

#dfefb2 hex color red value is 223, green value is 239 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dfefb2 hue: 0.21 , saturation: 0.66 and the lightness value of dfefb2 is 0.82.

The process color (four color CMYK) of #dfefb2 color hex is 0.07, 0.00, 0.26, 0.06. Web safe color of #dfefb2 is #ccff99. Color #dfefb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10110010
Octal 337 357 262
Decimal 223 239 178
Hex DF EF B2

RGB Percentages of Color #dfefb2

%34.84
%37.34
%27.81

CMYK Percentages of Color #dfefb2

%7
%0
%26
%6

Triadic Colors of #dfefb2

#dfefb2 #b2dfef #efb2df

Analogous Colors of #dfefb2

#dfefb2 #c1efb2 #efe1b2

Monochromatic Colors of #dfefb2

#dfefb2

Complementary Color

#dfefb2 #c2b2ef

#dfefb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefb2 Color CSS Codes

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

#dfefb2 Text Font Color

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

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


#dfefb2 Background Color

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

This div background color is #dfefb2


#dfefb2 Border Color

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

This div border color is #dfefb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefb2


Comments

No comments written yet.

Please login to write comment.