Color Hex Logo

#dfefba Color Hex

#DFEFBA
(223,239,186)
0 Favorites   0 Comments

Color spaces of #dfefba

RGB 223239186
HSL0.220.620.83
HSV78°22°94°
CMYK 0.070.000.22   0.06
XYZ70.160980.966158.3845
Yxy80.96610.33490.3865
Hunter Lab89.9812-18.285524.5164
CIE-Lab92.1166-14.140823.9245

#dfefba color RGB value is (223,239,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10111010
Octal 337 357 272
Decimal 223 239 186
Hex DF EF BA

RGB Percentages of Color #dfefba

%34.41
%36.88
%28.70

CMYK Percentages of Color #dfefba

%7
%0
%22
%6

Triadic Colors of #dfefba

#dfefba #badfef #efbadf

Analogous Colors of #dfefba

#dfefba #c5efba #efe5ba

Monochromatic Colors of #dfefba

#dfefba

Complementary Color

#dfefba #cabaef

#dfefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefba Color CSS Codes

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

#dfefba Text Font Color

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

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


#dfefba Background Color

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

This div background color is #dfefba


#dfefba Border Color

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

This div border color is #dfefba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,239,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 #dfefba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefba


Comments

No comments written yet.

Please login to write comment.